#055475

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

Shades of Blue Lagoon #055475

Tints of Blue Lagoon #055475

Color information

#055475 (or 0x055475) is unknown color: approx Blue Lagoon. HEX triplet: 05, 54 and 75. RGB value is (5,84,117). Sum of RGB (Red+Green+Blue) = 5+84+117=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #055475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055475 is #FAAB8A. Grayscale: #3F3F3F. Windows color (decimal): -16427915 or 7689221. OLE color: 7689221.

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

Color convert

RGB584117-
CMYK0.960.2800.54
HSL197.68º91.8%23.92%-
HSV(B)197.68º95.73%45.88%-
XYZ6.447.6617.97-
YUV64.14157.8385.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.43%
GREEN value IS 84 (33.20% from 255) = 40.78%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=2.43%
G=40.78%
B=56.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5841170.960.2800.54197.6891.823.92
Hex55475601C036c65c18
Octal51241651403406630613430
Binary10110101001110101110000011100011011011000110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055475; }

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

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

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

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

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

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

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

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