#00576E

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

Shades of Blue Lagoon #00576E

Tints of Blue Lagoon #00576E

Color information

#00576E (or 0x00576E) is unknown color: approx Blue Lagoon. HEX triplet: 00, 57 and 6E. RGB value is (0,87,110). Sum of RGB (Red+Green+Blue) = 0+87+110=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #00576E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00576E is #FFA891. Grayscale: #3F3F3F. Windows color (decimal): -16754834 or 7231232. OLE color: 7231232.

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

Color convert

RGB087110-
CMYK10.2100.57
HSL192.55º100%21.57%-
HSV(B)192.55º100%43.14%-
XYZ6.227.9415.96-
YUV63.61154.1882.63-

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.16%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=0%
G=44.16%
B=55.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal08711010.2100.57192.5510021.57
Hex0576E6415039c16416
Octal01271561442507130114426
Binary010101111101110110010010101011100111000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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