#59848C

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

Shades of Half Baked #59848C

Tints of Half Baked #59848C

Color information

#59848C (or 0x59848C) is unknown color: approx Half Baked. HEX triplet: 59, 84 and 8C. RGB value is (89,132,140). Sum of RGB (Red+Green+Blue) = 89+132+140=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #59848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59848C is #A67B73. Grayscale: #777777. Windows color (decimal): -10910580 or 9208921. OLE color: 9208921.

HSL color Cylindrical-coordinate representation of color #59848C: hue angle of 189.41º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59848C is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB89132140-
CMYK0.360.0600.45
HSL189.41º22.27%44.9%-
HSV(B)189.41º36.43%54.9%-
XYZ17.120.5227.87-
YUV120.06139.25105.85-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.65%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=24.65%
G=36.57%
B=38.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal891321400.360.0600.45189.4122.2744.9
Hex59848C24602Dbd162d
Octal1312042144460552752655
Binary1011001100001001000110010010011001011011011110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,132,140); }

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

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

 a { background-color: rgb(89,132,140); }

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

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

 span { border-color: rgb(89,132,140); }

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