#05606D

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

Shades of Blue Lagoon #05606D

Tints of Blue Lagoon #05606D

Color information

#05606D (or 0x05606D) is unknown color: approx Blue Lagoon. HEX triplet: 05, 60 and 6D. RGB value is (5,96,109). Sum of RGB (Red+Green+Blue) = 5+96+109=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #05606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05606D is #FA9F92. Grayscale: #464646. Windows color (decimal): -16424851 or 7168005. OLE color: 7168005.

HSL color Cylindrical-coordinate representation of color #05606D: hue angle of 187.5º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05606D is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB596109-
CMYK0.950.1200.57
HSL187.5º91.23%22.35%-
HSV(B)187.5º95.41%42.75%-
XYZ7.019.515.93-
YUV70.27149.8581.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=2.38%
G=45.71%
B=51.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5961090.950.1200.57187.591.2322.35
Hex5606D5FC039bc5b16
Octal51401551371407127413326
Binary1011100000110110110111111100011100110111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05606D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05606D; }

 p { color: rgb(5,96,109); }

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

<style>
 a { background-color: #05606D; }

 a { background-color: rgb(5,96,109); }

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

<style>
 span { border-color: #05606D; }

 span { border-color: rgb(5,96,109); }

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