Html Css Color HEX #00596E Blue Lagoon

📋 copy color: '#00596E'

red 0 ◦ green 89 ◦ blue 110

#00596E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #00596E

Tints of Blue Lagoon #00596E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 89 (35.16% from 255) = 44.72%

 BLUE value IS 110 (43.36% from 255) = 55.28%

R = 0%
G = 44.72%
B = 55.28%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#00596E (or 0x00596E) is known color: Blue Lagoon. HEX triplet: 00, 59 and 6E. RGB value is (0,89,110). Sum of RGB (Red+Green+Blue) = 0+89+110=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 89 (35.16% from 255 or 44.72% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #00596E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00596E is #FFA691. Grayscale: #404040. Windows color (decimal): -16754322 or 7231744. OLE color: 7231744.

HSL color Cylindrical-coordinate representation of color #00596E: hue angle of 191.45º 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 #00596E is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 89 110 -
CMYK 1 0.19 0 0.57
HSL 191.45º 1% 0.22% -
HSV(B) 191.45º 1% 0.43% -
XYZ 6.39 8.27 16.01 -
YUV 64.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 0 89 110 1 0.19 0 0.57 191.45 1 0.22
Hex 0 59 6E 64 13 0 39 BF 64 16
Octal 0 131 156 144 23 0 71 277 144 26
Binary 0 1011001 1101110 1100100 10011 0 111001 10111111 1100100 10110

Color Harmonies of #00596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00596E

Black with #00596E

Text Example


Text Example

White with #00596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00596E;
 }
 .AnyTagClassName
 {
   color: #00596E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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