Html Css Color HEX #59958E Half Baked

📋 copy color: '#59958E'

red 89 ◦ green 149 ◦ blue 142

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

Shades of Half Baked #59958E

Tints of Half Baked #59958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.21%

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 23.42%
G = 39.21%
B = 37.37%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#59958E (or 0x59958E) is known color: Half Baked. HEX triplet: 59, 95 and 8E. RGB value is (89,149,142). Sum of RGB (Red+Green+Blue) = 89+149+142=380 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.42% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 149 - color contains mainly: green. Hex color #59958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59958E is #A66A71. Grayscale: #828282. Windows color (decimal): -10906226 or 9344345. OLE color: 9344345.

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

Color convert

RGB 89 149 142 -
CMYK 0.40 0 0.05 0.42
HSL 173º 0.25% 0.47% -
HSV(B) 173º 0.4% 0.58% -
XYZ 19.75 25.57 29.49 -
YUV 130.26 134.62 98.57 -
System Red Green Blue C M Y K H S L
Decimal 89 149 142 0.40 0 0.05 0.42 173 0.25 0.47
Hex 59 95 8E 28 0 5 2A AD 19 2F
Octal 131 225 216 50 0 5 52 255 31 57
Binary 1011001 10010101 10001110 101000 0 101 101010 10101101 11001 101111

Color Harmonies of #59958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59958E

Black with #59958E

Text Example


Text Example

White with #59958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59958E; }

 p { color: rgb(89,149,142); }

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

background-color css

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

 a { background-color: rgb(89,149,142); }

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

border-color css

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

 span { border-color: rgb(89,149,142); }

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