Html Css Color HEX #599897 Half Baked

📋 copy color: '#599897'

red 89 ◦ green 152 ◦ blue 151

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

Shades of Half Baked #599897

Tints of Half Baked #599897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.52%

R = 22.7%
G = 38.78%
B = 38.52%

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

#599897 (or 0x599897) is known color: Half Baked. HEX triplet: 59, 98 and 97. RGB value is (89,152,151). Sum of RGB (Red+Green+Blue) = 89+152+151=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 152 - color contains mainly: green. Hex color #599897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599897 is #A66768. Grayscale: #848484. Windows color (decimal): -10905449 or 9934937. OLE color: 9934937.

HSL color Cylindrical-coordinate representation of color #599897: hue angle of 179.05º 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 #599897 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 89 152 151 -
CMYK 0.41 0 0.01 0.40
HSL 179.05º 0.26% 0.47% -
HSV(B) 179.05º 0.41% 0.6% -
XYZ 20.93 26.81 33.35 -
YUV 133.05 138.13 96.58 -
System Red Green Blue C M Y K H S L
Decimal 89 152 151 0.41 0 0.01 0.40 179.05 0.26 0.47
Hex 59 98 97 29 0 1 28 B3 1A 2F
Octal 131 230 227 51 0 1 50 263 32 57
Binary 1011001 10011000 10010111 101001 0 1 101000 10110011 11010 101111

Color Harmonies of #599897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599897

Black with #599897

Text Example


Text Example

White with #599897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599897; }

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

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

background-color css

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

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

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

border-color css

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

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

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