#00576D

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

Shades of Blue Lagoon #00576D

Tints of Blue Lagoon #00576D

Color information

#00576D (or 0x00576D) is unknown color: approx Blue Lagoon. HEX triplet: 00, 57 and 6D. RGB value is (0,87,109). Sum of RGB (Red+Green+Blue) = 0+87+109=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #00576D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00576D is #FFA892. Grayscale: #3F3F3F. Windows color (decimal): -16754835 or 7165696. OLE color: 7165696.

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

Color convert

RGB087109-
CMYK10.2000.57
HSL192.11º100%21.37%-
HSV(B)192.11º100%42.75%-
XYZ6.177.9215.67-
YUV63.5153.6882.71-

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.39%
BLUE value IS 109 (42.97% from 255) = 55.61%
R=0%
G=44.39%
B=55.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal08710910.2000.57192.1110021.37
Hex0576D6414039c06415
Octal01271551442407130014425
Binary010101111101101110010010100011100111000000110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00576D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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