Html Css Color HEX #59968E Half Baked

📋 copy color: '#59968E'

red 89 ◦ green 150 ◦ blue 142

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

Shades of Half Baked #59968E

Tints of Half Baked #59968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.37%

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

R = 23.36%
G = 39.37%
B = 37.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#59968E (or 0x59968E) is known color: Half Baked. HEX triplet: 59, 96 and 8E. RGB value is (89,150,142). Sum of RGB (Red+Green+Blue) = 89+150+142=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #59968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59968E is #A66971. Grayscale: #828282. Windows color (decimal): -10905970 or 9344601. OLE color: 9344601.

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

Color convert

RGB 89 150 142 -
CMYK 0.41 0 0.05 0.41
HSL 172.13º 0.26% 0.47% -
HSV(B) 172.13º 0.41% 0.59% -
XYZ 19.91 25.89 29.54 -
YUV 130.85 134.29 98.15 -
System Red Green Blue C M Y K H S L
Decimal 89 150 142 0.41 0 0.05 0.41 172.13 0.26 0.47
Hex 59 96 8E 29 0 5 29 AC 1A 2F
Octal 131 226 216 51 0 5 51 254 32 57
Binary 1011001 10010110 10001110 101001 0 101 101001 10101100 11010 101111

Color Harmonies of #59968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59968E

Black with #59968E

Text Example


Text Example

White with #59968E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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