#055C72

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

Shades of Blue Lagoon #055C72

Tints of Blue Lagoon #055C72

Color information

#055C72 (or 0x055C72) is unknown color: approx Blue Lagoon. HEX triplet: 05, 5C and 72. RGB value is (5,92,114). Sum of RGB (Red+Green+Blue) = 5+92+114=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #055C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055C72 is #FAA38D. Grayscale: #444444. Windows color (decimal): -16425870 or 7494661. OLE color: 7494661.

HSL color Cylindrical-coordinate representation of color #055C72: hue angle of 192.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055C72 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB592114-
CMYK0.960.1900.55
HSL192.11º91.6%23.33%-
HSV(B)192.11º95.61%44.71%-
XYZ6.938.917.27-
YUV68.49153.6882.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 92 (36.33% from 255) = 43.60%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=2.37%
G=43.60%
B=54.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5921140.960.1900.55192.1191.623.33
Hex55C726013037c05c17
Octal51341621402306730013427
Binary10110111001110010110000010011011011111000000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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