#59949A

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

Shades of Half Baked #59949A

Tints of Half Baked #59949A

Color information

#59949A (or 0x59949A) is unknown color: approx Half Baked. HEX triplet: 59, 94 and 9A. RGB value is (89,148,154). Sum of RGB (Red+Green+Blue) = 89+148+154=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #59949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59949A is #A66B65. Grayscale: #828282. Windows color (decimal): -10906470 or 10130521. OLE color: 10130521.

HSL color Cylindrical-coordinate representation of color #59949A: hue angle of 185.54º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #59949A is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB89148154-
CMYK0.420.0400.40
HSL185.54º26.75%47.65%-
HSV(B)185.54º42.21%60.39%-
XYZ20.5425.6434.44-
YUV131.04140.9598.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=22.76%
G=37.85%
B=39.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891481540.420.0400.40185.5426.7547.65
Hex59949A2A4028ba1b30
Octal1312242325240502723360
Binary1011001100101001001101010101010001010001011101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59949A; }

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

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

<style>
 a { background-color: #59949A; }

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

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

<style>
 span { border-color: #59949A; }

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

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