#05686F

Color #05686F Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #05686F

Tints of Blue Lagoon #05686F

Color information

#05686F (or 0x05686F) is unknown color: approx Blue Lagoon. HEX triplet: 05, 68 and 6F. RGB value is (5,104,111). Sum of RGB (Red+Green+Blue) = 5+104+111=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #05686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05686F is #FA9790. Grayscale: #4B4B4B. Windows color (decimal): -16422801 or 7301125. OLE color: 7301125.

HSL color Cylindrical-coordinate representation of color #05686F: hue angle of 183.96º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05686F is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5104111-
CMYK0.950.0600.56
HSL183.96º91.38%22.75%-
HSV(B)183.96º95.5%43.53%-
XYZ7.8811.0816.76-
YUV75.2148.277.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=2.27%
G=47.27%
B=50.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51041110.950.0600.56183.9691.3822.75
Hex5686F5F6038b85b17
Octal5150157137607027013327
Binary101110100011011111011111110011100010111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05686F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05686F; }

 p { color: rgb(5,104,111); }

 H1.HeaderClassName
 {
   color: #05686F;
 }
 .AnyTagClassName
 {
   color: #05686F;
 }
</style>
background-color css

<style>
 a { background-color: #05686F; }

 a { background-color: rgb(5,104,111); }

 div.DivClassName
 {
   background-color: #05686F;
 }
 .BgClassName
 {
   background-color: #05686F;
 }
</style>
border-color css

<style>
 span { border-color: #05686F; }

 span { border-color: rgb(5,104,111); }

 td.TdClassName
 {
   border-color: #05686F;
 }
 .TagClassName
 {
   border-color: #05686F;
 }
</style>