Html Css Color HEX #599396 Half Baked

📋 copy color: '#599396'

red 89 ◦ green 147 ◦ blue 150

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

Shades of Half Baked #599396

Tints of Half Baked #599396

RGB

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

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

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

R = 23.06%
G = 38.08%
B = 38.86%

CMYK

 C value IS 0.41

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#599396 (or 0x599396) is known color: Half Baked. HEX triplet: 59, 93 and 96. RGB value is (89,147,150). Sum of RGB (Red+Green+Blue) = 89+147+150=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 150 - color contains mainly: blue. Hex color #599396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599396 is #A66C69. Grayscale: #818181. Windows color (decimal): -10906730 or 9868121. OLE color: 9868121.

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

Color convert

RGB 89 147 150 -
CMYK 0.41 0.02 0 0.41
HSL 182.95º 0.26% 0.47% -
HSV(B) 182.95º 0.41% 0.59% -
XYZ 20.06 25.19 32.66 -
YUV 130 139.28 98.76 -
System Red Green Blue C M Y K H S L
Decimal 89 147 150 0.41 0.02 0 0.41 182.95 0.26 0.47
Hex 59 93 96 29 2 0 29 B7 1A 2F
Octal 131 223 226 51 2 0 51 267 32 57
Binary 1011001 10010011 10010110 101001 10 0 101001 10110111 11010 101111

Color Harmonies of #599396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599396

Black with #599396

Text Example


Text Example

White with #599396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599396; }

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

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

background-color css

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

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

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

border-color css

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

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

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