#59939D

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

Shades of Half Baked #59939D

Tints of Half Baked #59939D

Color information

#59939D (or 0x59939D) is unknown color: approx Half Baked. HEX triplet: 59, 93 and 9D. RGB value is (89,147,157). Sum of RGB (Red+Green+Blue) = 89+147+157=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #59939D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59939D is #A66C62. Grayscale: #828282. Windows color (decimal): -10906723 or 10326873. OLE color: 10326873.

HSL color Cylindrical-coordinate representation of color #59939D: hue angle of 188.82º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #59939D is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB89147157-
CMYK0.430.0600.38
HSL188.82º27.64%48.24%-
HSV(B)188.82º43.31%61.57%-
XYZ20.6425.4335.72-
YUV130.8142.7898.19-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.65%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=22.65%
G=37.40%
B=39.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal891471570.430.0600.38188.8227.6448.24
Hex59939D2B6026bd1c30
Octal1312232355360462753460
Binary1011001100100111001110110101111001001101011110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,147,157); }

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

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

 a { background-color: rgb(89,147,157); }

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

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

 span { border-color: rgb(89,147,157); }

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