#598885

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

Shades of Half Baked #598885

Tints of Half Baked #598885

Color information

#598885 (or 0x598885) is unknown color: approx Half Baked. HEX triplet: 59, 88 and 85. RGB value is (89,136,133). Sum of RGB (Red+Green+Blue) = 89+136+133=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #598885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598885 is #A6777A. Grayscale: #797979. Windows color (decimal): -10909563 or 8751193. OLE color: 8751193.

HSL color Cylindrical-coordinate representation of color #598885: hue angle of 176.17º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #598885 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB89136133-
CMYK0.3500.020.47
HSL176.17º20.89%44.12%-
HSV(B)176.17º34.56%53.33%-
XYZ17.1621.4325.42-
YUV121.6134.43104.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 24.86%
GREEN value IS 136 (53.52% from 255) = 37.99%
BLUE value IS 133 (52.34% from 255) = 37.15%
R=24.86%
G=37.99%
B=37.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal891361330.3500.020.47176.1720.8944.12
Hex59888523022Fb0152c
Octal1312102054302572602554
Binary101100110001000100001011000110101011111011000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598885; }

 p { color: rgb(89,136,133); }

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

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

 a { background-color: rgb(89,136,133); }

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

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

 span { border-color: rgb(89,136,133); }

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