#00597E

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

Shades of Blue Lagoon #00597E

Tints of Blue Lagoon #00597E

Color information

#00597E (or 0x00597E) is unknown color: approx Blue Lagoon. HEX triplet: 00, 59 and 7E. RGB value is (0,89,126). Sum of RGB (Red+Green+Blue) = 0+89+126=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #00597E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00597E is #FFA681. Grayscale: #424242. Windows color (decimal): -16754306 or 8280320. OLE color: 8280320.

HSL color Cylindrical-coordinate representation of color #00597E: hue angle of 197.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00597E is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB089126-
CMYK10.2900.51
HSL197.62º100%24.71%-
HSV(B)197.62º100%49.41%-
XYZ7.348.6521.02-
YUV66.61161.5180.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 126 (49.61% from 255) = 58.60%
R=0%
G=41.40%
B=58.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal08912610.2900.51197.6210024.71
Hex0597E641D033c66419
Octal01311761443506330614431
Binary010110011111110110010011101011001111000110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,89,126); }

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

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

 a { background-color: rgb(0,89,126); }

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

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

 span { border-color: rgb(0,89,126); }

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