#59969B

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

Shades of Half Baked #59969B

Tints of Half Baked #59969B

Color information

#59969B (or 0x59969B) is unknown color: approx Half Baked. HEX triplet: 59, 96 and 9B. RGB value is (89,150,155). Sum of RGB (Red+Green+Blue) = 89+150+155=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #59969B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59969B is #A66964. Grayscale: #848484. Windows color (decimal): -10905957 or 10196569. OLE color: 10196569.

HSL color Cylindrical-coordinate representation of color #59969B: hue angle of 184.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59969B is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89150155-
CMYK0.430.0300.39
HSL184.55º27.05%47.84%-
HSV(B)184.55º42.58%60.78%-
XYZ20.9426.334.98-
YUV132.33140.7997.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.59%
GREEN value IS 150 (58.98% from 255) = 38.07%
BLUE value IS 155 (60.94% from 255) = 39.34%
R=22.59%
G=38.07%
B=39.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891501550.430.0300.39184.5527.0547.84
Hex59969B2B3027b91b30
Octal1312262335330472713360
Binary101100110010110100110111010111101001111011100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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