#055972

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

Shades of Blue Lagoon #055972

Tints of Blue Lagoon #055972

Color information

#055972 (or 0x055972) is unknown color: approx Blue Lagoon. HEX triplet: 05, 59 and 72. RGB value is (5,89,114). Sum of RGB (Red+Green+Blue) = 5+89+114=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 89 (35.16% from 255 or 42.79% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #055972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055972 is #FAA68D. Grayscale: #424242. Windows color (decimal): -16426638 or 7493893. OLE color: 7493893.

HSL color Cylindrical-coordinate representation of color #055972: hue angle of 193.76º 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 #055972 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB589114-
CMYK0.960.2200.55
HSL193.76º91.6%23.33%-
HSV(B)193.76º95.61%44.71%-
XYZ6.678.3917.19-
YUV66.73154.6783.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 89 (35.16% from 255) = 42.79%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=2.40%
G=42.79%
B=54.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5891140.960.2200.55193.7691.623.33
Hex559726016037c25c17
Octal51311621402606730213427
Binary10110110011110010110000010110011011111000010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055972; }

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

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

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

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

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

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

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

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