Html Css Color HEX #599299 Half Baked

📋 copy color: '#599299'

red 89 ◦ green 146 ◦ blue 153

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

Shades of Half Baked #599299

Tints of Half Baked #599299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.63%

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 22.94%
G = 37.63%
B = 39.43%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#599299 (or 0x599299) is known color: Half Baked. HEX triplet: 59, 92 and 99. RGB value is (89,146,153). Sum of RGB (Red+Green+Blue) = 89+146+153=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #599299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599299 is #A66D66. Grayscale: #818181. Windows color (decimal): -10906983 or 10064473. OLE color: 10064473.

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

Color convert

RGB 89 146 153 -
CMYK 0.42 0.05 0 0.4
HSL 186.56º 0.26% 0.47% -
HSV(B) 186.56º 0.42% 0.6% -
XYZ 20.15 24.98 33.9 -
YUV 129.76 141.12 98.93 -
System Red Green Blue C M Y K H S L
Decimal 89 146 153 0.42 0.05 0 0.4 186.56 0.26 0.47
Hex 59 92 99 2A 5 0 28 BB 1A 2F
Octal 131 222 231 52 5 0 50 273 32 57
Binary 1011001 10010010 10011001 101010 101 0 101000 10111011 11010 101111

Color Harmonies of #599299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599299

Black with #599299

Text Example


Text Example

White with #599299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599299; }

 p { color: rgb(89,146,153); }

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

background-color css

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

 a { background-color: rgb(89,146,153); }

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

border-color css

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

 span { border-color: rgb(89,146,153); }

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