Html Css Color HEX #599793 Half Baked

📋 copy color: '#599793'

red 89 ◦ green 151 ◦ blue 147

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

Shades of Half Baked #599793

Tints of Half Baked #599793

RGB

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

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

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

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

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

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

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

Color convert

RGB 89 151 147 -
CMYK 0.41 0 0.03 0.41
HSL 176.13º 0.26% 0.47% -
HSV(B) 176.13º 0.41% 0.59% -
XYZ 20.45 26.36 31.61 -
YUV 132.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 89 151 147 0.41 0 0.03 0.41 176.13 0.26 0.47
Hex 59 97 93 29 0 3 29 B0 1A 2F
Octal 131 227 223 51 0 3 51 260 32 57
Binary 1011001 10010111 10010011 101001 0 11 101001 10110000 11010 101111

Color Harmonies of #599793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599793

Black with #599793

Text Example


Text Example

White with #599793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599793; }

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

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

background-color css

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

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

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

border-color css

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

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

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