#59929C

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

Shades of Half Baked #59929C

Tints of Half Baked #59929C

Color information

#59929C (or 0x59929C) is unknown color: approx Half Baked. HEX triplet: 59, 92 and 9C. RGB value is (89,146,156). Sum of RGB (Red+Green+Blue) = 89+146+156=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #59929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59929C is #A66D63. Grayscale: #828282. Windows color (decimal): -10906980 or 10261081. OLE color: 10261081.

HSL color Cylindrical-coordinate representation of color #59929C: hue angle of 188.96º 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 #59929C is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB89146156-
CMYK0.430.0600.39
HSL188.96º27.35%48.04%-
HSV(B)188.96º42.95%61.18%-
XYZ20.425.0835.22-
YUV130.1142.6298.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.76%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=22.76%
G=37.34%
B=39.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal891461560.430.0600.39188.9627.3548.04
Hex59929C2B6027bd1b30
Octal1312222345360472753360
Binary1011001100100101001110010101111001001111011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59929C; }

 p { color: rgb(89,146,156); }

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

<style>
 a { background-color: #59929C; }

 a { background-color: rgb(89,146,156); }

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

<style>
 span { border-color: #59929C; }

 span { border-color: rgb(89,146,156); }

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