#055F85

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

Shades of Blue Lagoon #055F85

Tints of Blue Lagoon #055F85

Color information

#055F85 (or 0x055F85) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5F and 85. RGB value is (5,95,133). Sum of RGB (Red+Green+Blue) = 5+95+133=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #055F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055F85 is #FAA07A. Grayscale: #484848. Windows color (decimal): -16425083 or 8740613. OLE color: 8740613.

HSL color Cylindrical-coordinate representation of color #055F85: hue angle of 197.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055F85 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB595133-
CMYK0.960.2900.48
HSL197.81º92.75%27.06%-
HSV(B)197.81º96.24%52.16%-
XYZ8.399.9123.66-
YUV72.42162.1879.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 95 (37.5% from 255) = 40.77%
BLUE value IS 133 (52.34% from 255) = 57.08%
R=2.15%
G=40.77%
B=57.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5951330.960.2900.48197.8192.7527.06
Hex55F85601D030c65d1b
Octal51372051403506030613533
Binary101101111110000101110000011101011000011000110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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