Html Css Color HEX #59998F Half Baked

📋 copy color: '#59998F'

red 89 ◦ green 153 ◦ blue 143

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

Shades of Half Baked #59998F

Tints of Half Baked #59998F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.74%

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 23.12%
G = 39.74%
B = 37.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#59998F (or 0x59998F) is known color: Half Baked. HEX triplet: 59, 99 and 8F. RGB value is (89,153,143). Sum of RGB (Red+Green+Blue) = 89+153+143=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #59998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59998F is #A66670. Grayscale: #848484. Windows color (decimal): -10905201 or 9410905. OLE color: 9410905.

HSL color Cylindrical-coordinate representation of color #59998F: hue angle of 170.62º 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 #59998F is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 89 153 143 -
CMYK 0.42 0 0.07 0.4
HSL 170.63º 0.26% 0.47% -
HSV(B) 170.63º 0.42% 0.6% -
XYZ 20.47 26.89 30.1 -
YUV 132.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 89 153 143 0.42 0 0.07 0.4 170.63 0.26 0.47
Hex 59 99 8F 2A 0 7 28 AB 1A 2F
Octal 131 231 217 52 0 7 50 253 32 57
Binary 1011001 10011001 10001111 101010 0 111 101000 10101011 11010 101111

Color Harmonies of #59998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59998F

Black with #59998F

Text Example


Text Example

White with #59998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59998F; }

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

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

background-color css

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

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

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

border-color css

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

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

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