#59969A

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

Shades of Half Baked #59969A

Tints of Half Baked #59969A

Color information

#59969A (or 0x59969A) is unknown color: approx Half Baked. HEX triplet: 59, 96 and 9A. RGB value is (89,150,154). Sum of RGB (Red+Green+Blue) = 89+150+154=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #59969A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59969A is #A66965. Grayscale: #848484. Windows color (decimal): -10905958 or 10131033. OLE color: 10131033.

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

Color convert

RGB89150154-
CMYK0.420.0300.40
HSL183.69º26.75%47.65%-
HSV(B)183.69º42.21%60.39%-
XYZ20.8626.2734.54-
YUV132.22140.2997.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.65%
GREEN value IS 150 (58.98% from 255) = 38.17%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=22.65%
G=38.17%
B=39.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal891501540.420.0300.40183.6926.7547.65
Hex59969A2A3028b81b30
Octal1312262325230502703360
Binary101100110010110100110101010101101010001011100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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