#055C76

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

Shades of Blue Lagoon #055C76

Tints of Blue Lagoon #055C76

Color information

#055C76 (or 0x055C76) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 76. RGB value is (5,92,118). Sum of RGB (Red+Green+Blue) = 5+92+118=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #055C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C76 is #FAA389. Grayscale: #444444. Windows color (decimal): -16425866 or 7756805. OLE color: 7756805.

HSL color Cylindrical-coordinate representation of color #055C76: hue angle of 193.81º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055C76 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB592118-
CMYK0.960.2200.54
HSL193.81º91.87%24.12%-
HSV(B)193.81º95.76%46.27%-
XYZ7.168.9918.5-
YUV68.95155.6882.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 92 (36.33% from 255) = 42.79%
BLUE value IS 118 (46.48% from 255) = 54.88%
R=2.33%
G=42.79%
B=54.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5921180.960.2200.54193.8191.8724.12
Hex55C766016036c25c18
Octal51341661402606630213430
Binary10110111001110110110000010110011011011000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,92,118); }

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

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

 a { background-color: rgb(5,92,118); }

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

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

 span { border-color: rgb(5,92,118); }

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