#59958D

Color #59958D Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #59958D

Tints of Half Baked #59958D

Color information

#59958D (or 0x59958D) is unknown color: approx Half Baked. HEX triplet: 59, 95 and 8D. RGB value is (89,149,141). Sum of RGB (Red+Green+Blue) = 89+149+141=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #59958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59958D is #A66A72. Grayscale: #828282. Windows color (decimal): -10906227 or 9278809. OLE color: 9278809.

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

Color convert

RGB89149141-
CMYK0.4000.050.42
HSL172º25.21%46.67%-
HSV(B)172º40.27%58.43%-
XYZ19.6725.5429.09-
YUV130.15134.1298.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 149 (58.59% from 255) = 39.31%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=23.48%
G=39.31%
B=37.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891491410.4000.050.4217225.2146.67
Hex59958D28052Aac192f
Octal1312252155005522543157
Binary1011001100101011000110110100001011010101010110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59958D;
 }
 .AnyTagClassName
 {
   color: #59958D;
 }
</style>
background-color css

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

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

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

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

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

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