#589894

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

Shades of Half Baked #589894

Tints of Half Baked #589894

Color information

#589894 (or 0x589894) is unknown color: approx Half Baked. HEX triplet: 58, 98 and 94. RGB value is (88,152,148). Sum of RGB (Red+Green+Blue) = 88+152+148=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #589894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589894 is #A7676B. Grayscale: #848484. Windows color (decimal): -10970988 or 9738328. OLE color: 9738328.

HSL color Cylindrical-coordinate representation of color #589894: hue angle of 176.25º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589894 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB88152148-
CMYK0.4200.030.40
HSL176.25º26.67%47.06%-
HSV(B)176.25º42.11%59.61%-
XYZ20.626.6732.08-
YUV132.41136.896.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 152 (59.77% from 255) = 39.18%
BLUE value IS 148 (58.20% from 255) = 38.14%
R=22.68%
G=39.18%
B=38.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881521480.4200.030.40176.2526.6747.06
Hex5898942A0328b01b2f
Octal1302302245203502603357
Binary101100010011000100101001010100111010001011000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589894; }

 p { color: rgb(88,152,148); }

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

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

 a { background-color: rgb(88,152,148); }

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

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

 span { border-color: rgb(88,152,148); }

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