Html Css Color HEX #599896 Half Baked

📋 copy color: '#599896'

red 89 ◦ green 152 ◦ blue 150

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

Shades of Half Baked #599896

Tints of Half Baked #599896

RGB

 RED value IS 89 (35.16% from 255) = 22.76%

 GREEN value IS 152 (59.77% from 255) = 38.87%

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 22.76%
G = 38.87%
B = 38.36%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#599896 (or 0x599896) is known color: Half Baked. HEX triplet: 59, 98 and 96. RGB value is (89,152,150). Sum of RGB (Red+Green+Blue) = 89+152+150=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #599896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599896 is #A66769. Grayscale: #848484. Windows color (decimal): -10905450 or 9869401. OLE color: 9869401.

HSL color Cylindrical-coordinate representation of color #599896: hue angle of 178.1º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #599896 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 152 150 -
CMYK 0.41 0 0.01 0.40
HSL 178.1º 0.26% 0.47% -
HSV(B) 178.1º 0.41% 0.6% -
XYZ 20.85 26.78 32.92 -
YUV 132.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 89 152 150 0.41 0 0.01 0.40 178.1 0.26 0.47
Hex 59 98 96 29 0 1 28 B2 1A 2F
Octal 131 230 226 51 0 1 50 262 32 57
Binary 1011001 10011000 10010110 101001 0 1 101000 10110010 11010 101111

Color Harmonies of #599896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599896

Black with #599896

Text Example


Text Example

White with #599896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599896; }

 p { color: rgb(89,152,150); }

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

background-color css

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

 a { background-color: rgb(89,152,150); }

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

border-color css

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

 span { border-color: rgb(89,152,150); }

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