#59948E

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

Shades of Half Baked #59948E

Tints of Half Baked #59948E

Color information

#59948E (or 0x59948E) is unknown color: approx Half Baked. HEX triplet: 59, 94 and 8E. RGB value is (89,148,142). Sum of RGB (Red+Green+Blue) = 89+148+142=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #59948E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59948E is #A66B71. Grayscale: #818181. Windows color (decimal): -10906482 or 9344089. OLE color: 9344089.

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

Color convert

RGB89148142-
CMYK0.4000.040.42
HSL173.9º24.89%46.47%-
HSV(B)173.9º39.86%58.04%-
XYZ19.5925.2629.43-
YUV129.67134.9598.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.48%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=23.48%
G=39.05%
B=37.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal891481420.4000.040.42173.924.8946.47
Hex59948E28042Aae192e
Octal1312242165004522563156
Binary1011001100101001000111010100001001010101010111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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