Html Css Color HEX #59988F Half Baked

📋 copy color: '#59988F'

red 89 ◦ green 152 ◦ blue 143

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

Shades of Half Baked #59988F

Tints of Half Baked #59988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.58%

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

R = 23.18%
G = 39.58%
B = 37.24%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#59988F (or 0x59988F) is known color: Half Baked. HEX triplet: 59, 98 and 8F. RGB value is (89,152,143). Sum of RGB (Red+Green+Blue) = 89+152+143=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #59988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59988F is #A66770. Grayscale: #848484. Windows color (decimal): -10905457 or 9410649. OLE color: 9410649.

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

Color convert

RGB 89 152 143 -
CMYK 0.41 0 0.06 0.40
HSL 171.43º 0.26% 0.47% -
HSV(B) 171.43º 0.41% 0.6% -
XYZ 20.31 26.56 30.04 -
YUV 132.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 89 152 143 0.41 0 0.06 0.40 171.43 0.26 0.47
Hex 59 98 8F 29 0 6 28 AB 1A 2F
Octal 131 230 217 51 0 6 50 253 32 57
Binary 1011001 10011000 10001111 101001 0 110 101000 10101011 11010 101111

Color Harmonies of #59988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59988F

Black with #59988F

Text Example


Text Example

White with #59988F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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