#005876

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

Shades of Blue Lagoon #005876

Tints of Blue Lagoon #005876

Color information

#005876 (or 0x005876) is unknown color: approx Blue Lagoon. HEX triplet: 00, 58 and 76. RGB value is (0,88,118). Sum of RGB (Red+Green+Blue) = 0+88+118=206 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #005876 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005876 is #FFA789. Grayscale: #404040. Windows color (decimal): -16754570 or 7755776. OLE color: 7755776.

HSL color Cylindrical-coordinate representation of color #005876: hue angle of 195.25º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005876 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB088118-
CMYK10.2500.54
HSL195.25º100%23.14%-
HSV(B)195.25º100%46.27%-
XYZ6.768.2918.38-
YUV65.11157.8581.56-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 88 (34.77% from 255) = 42.72%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=0%
G=42.72%
B=57.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal08811810.2500.54195.2510023.14
Hex058766419036c36417
Octal01301661443106630314427
Binary010110001110110110010011001011011011000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005876; }

 p { color: rgb(0,88,118); }

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

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

 a { background-color: rgb(0,88,118); }

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

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

 span { border-color: rgb(0,88,118); }

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