#055975

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

Shades of Blue Lagoon #055975

Tints of Blue Lagoon #055975

Color information

#055975 (or 0x055975) is unknown color: approx Blue Lagoon. HEX triplet: 05, 59 and 75. RGB value is (5,89,117). Sum of RGB (Red+Green+Blue) = 5+89+117=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #055975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055975 is #FAA68A. Grayscale: #424242. Windows color (decimal): -16426635 or 7690501. OLE color: 7690501.

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

Color convert

RGB589117-
CMYK0.960.2400.54
HSL195º91.8%23.92%-
HSV(B)195º95.73%45.88%-
XYZ6.858.4618.1-
YUV67.08156.1783.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 117 (46.09% from 255) = 55.45%
R=2.37%
G=42.18%
B=55.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5891170.960.2400.5419591.823.92
Hex559756018036c35c18
Octal51311651403006630313430
Binary10110110011110101110000011000011011011000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055975; }

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

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

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

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

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

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

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

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