#00576C

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

Shades of Blue Lagoon #00576C

Tints of Blue Lagoon #00576C

Color information

#00576C (or 0x00576C) is unknown color: approx Blue Lagoon. HEX triplet: 00, 57 and 6C. RGB value is (0,87,108). Sum of RGB (Red+Green+Blue) = 0+87+108=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #00576C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00576C is #FFA893. Grayscale: #3F3F3F. Windows color (decimal): -16754836 or 7100160. OLE color: 7100160.

HSL color Cylindrical-coordinate representation of color #00576C: hue angle of 191.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00576C is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB087108-
CMYK10.1900.58
HSL191.67º100%21.18%-
HSV(B)191.67º100%42.35%-
XYZ6.117.915.39-
YUV63.38153.1882.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 44.62%
BLUE value IS 108 (42.58% from 255) = 55.38%
R=0%
G=44.62%
B=55.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal08710810.1900.58191.6710021.18
Hex0576C641303Ac06415
Octal01271541442307230014425
Binary010101111101100110010010011011101011000000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00576C; }

 p { color: rgb(0,87,108); }

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

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

 a { background-color: rgb(0,87,108); }

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

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

 span { border-color: rgb(0,87,108); }

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