#055F69

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

Shades of Blue Lagoon #055F69

Tints of Blue Lagoon #055F69

Color information

#055F69 (or 0x055F69) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5F and 69. RGB value is (5,95,105). Sum of RGB (Red+Green+Blue) = 5+95+105=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 95 (37.5% from 255 or 46.34% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #055F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F69 is #FAA096. Grayscale: #454545. Windows color (decimal): -16425111 or 6905605. OLE color: 6905605.

HSL color Cylindrical-coordinate representation of color #055F69: hue angle of 186º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F69 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB595105-
CMYK0.950.1000.59
HSL186º90.91%21.57%-
HSV(B)186º95.24%41.18%-
XYZ6.79.2414.79-
YUV69.23148.1882.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 95 (37.5% from 255) = 46.34%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=2.44%
G=46.34%
B=51.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5951050.950.1000.5918690.9121.57
Hex55F695FA03Bba5b16
Octal51371511371207327213326
Binary1011011111110100110111111010011101110111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F69; }

 p { color: rgb(5,95,105); }

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

<style>
 a { background-color: #055F69; }

 a { background-color: rgb(5,95,105); }

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

<style>
 span { border-color: #055F69; }

 span { border-color: rgb(5,95,105); }

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