Html Css Color HEX #599397 Half Baked

📋 copy color: '#599397'

red 89 ◦ green 147 ◦ blue 151

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

Shades of Half Baked #599397

Tints of Half Baked #599397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 23%
G = 37.98%
B = 39.02%

CMYK

 C value IS 0.41

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#599397 (or 0x599397) is known color: Half Baked. HEX triplet: 59, 93 and 97. RGB value is (89,147,151). Sum of RGB (Red+Green+Blue) = 89+147+151=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #599397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599397 is #A66C68. Grayscale: #828282. Windows color (decimal): -10906729 or 9933657. OLE color: 9933657.

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

Color convert

RGB 89 147 151 -
CMYK 0.41 0.03 0 0.41
HSL 183.87º 0.26% 0.47% -
HSV(B) 183.87º 0.41% 0.59% -
XYZ 20.14 25.23 33.09 -
YUV 130.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 89 147 151 0.41 0.03 0 0.41 183.87 0.26 0.47
Hex 59 93 97 29 3 0 29 B8 1A 2F
Octal 131 223 227 51 3 0 51 270 32 57
Binary 1011001 10010011 10010111 101001 11 0 101001 10111000 11010 101111

Color Harmonies of #599397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599397

Black with #599397

Text Example


Text Example

White with #599397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599397; }

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

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

background-color css

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

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

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

border-color css

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

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

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