#055775

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

Shades of Blue Lagoon #055775

Tints of Blue Lagoon #055775

Color information

#055775 (or 0x055775) is unknown color: approx Blue Lagoon. HEX triplet: 05, 57 and 75. RGB value is (5,87,117). Sum of RGB (Red+Green+Blue) = 5+87+117=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 87 (34.38% from 255 or 41.63% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #055775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055775 is #FAA88A. Grayscale: #414141. Windows color (decimal): -16427147 or 7689989. OLE color: 7689989.

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

Color convert

RGB587117-
CMYK0.960.2600.54
HSL196.07º91.8%23.92%-
HSV(B)196.07º95.73%45.88%-
XYZ6.688.1318.05-
YUV65.9156.8384.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 87 (34.38% from 255) = 41.63%
BLUE value IS 117 (46.09% from 255) = 55.98%
R=2.39%
G=41.63%
B=55.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5871170.960.2600.54196.0791.823.92
Hex55775601A036c45c18
Octal51271651403206630413430
Binary10110101111110101110000011010011011011000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055775; }

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

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

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

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

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

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

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

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