#055875

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

Shades of Blue Lagoon #055875

Tints of Blue Lagoon #055875

Color information

#055875 (or 0x055875) is unknown color: approx Blue Lagoon. HEX triplet: 05, 58 and 75. RGB value is (5,88,117). Sum of RGB (Red+Green+Blue) = 5+88+117=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 117 (46.09% from 255 or 55.71% from 210); Max value from RGB is 117 - color contains mainly: blue. Hex color #055875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #055875 is #FAA78A. Grayscale: #424242. Windows color (decimal): -16426891 or 7690245. OLE color: 7690245.

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

Color convert

RGB588117-
CMYK0.960.2500.54
HSL195.54º91.8%23.92%-
HSV(B)195.54º95.73%45.88%-
XYZ6.768.318.07-
YUV66.49156.584.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.38%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 117 (46.09% from 255) = 55.71%
R=2.38%
G=41.90%
B=55.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5881170.960.2500.54195.5491.823.92
Hex558756019036c45c18
Octal51301651403106630413430
Binary10110110001110101110000011001011011011000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055875; }

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

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

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

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

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

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

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

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