#055472

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

Shades of Blue Lagoon #055472

Tints of Blue Lagoon #055472

Color information

#055472 (or 0x055472) is unknown color: approx Blue Lagoon. HEX triplet: 05, 54 and 72. RGB value is (5,84,114). Sum of RGB (Red+Green+Blue) = 5+84+114=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #055472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055472 is #FAAB8D. Grayscale: #3F3F3F. Windows color (decimal): -16427918 or 7492613. OLE color: 7492613.

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

Color convert

RGB584114-
CMYK0.960.2600.55
HSL196.51º91.6%23.33%-
HSV(B)196.51º95.61%44.71%-
XYZ6.277.5917.05-
YUV63.8156.3386.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.46%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=2.46%
G=41.38%
B=56.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5841140.960.2600.55196.5191.623.33
Hex55472601A037c55c17
Octal51241621403206730513427
Binary10110101001110010110000011010011011111000101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055472; }

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

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

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

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

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

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

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

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