#055F68

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

Shades of Blue Lagoon #055F68

Tints of Blue Lagoon #055F68

Color information

#055F68 (or 0x055F68) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5F and 68. RGB value is (5,95,104). Sum of RGB (Red+Green+Blue) = 5+95+104=204 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.45% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #055F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055F68 is #FAA097. Grayscale: #444444. Windows color (decimal): -16425112 or 6840069. OLE color: 6840069.

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

Color convert

RGB595104-
CMYK0.950.0900.59
HSL185.45º90.83%21.37%-
HSV(B)185.45º95.19%40.78%-
XYZ6.659.2214.52-
YUV69.12147.6882.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.45%
GREEN value IS 95 (37.5% from 255) = 46.57%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=2.45%
G=46.57%
B=50.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5951040.950.0900.59185.4590.8321.37
Hex55F685F903Bb95b15
Octal51371501371107327113325
Binary1011011111110100010111111001011101110111001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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