#589990

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

Shades of Half Baked #589990

Tints of Half Baked #589990

Color information

#589990 (or 0x589990) is unknown color: approx Half Baked. HEX triplet: 58, 99 and 90. RGB value is (88,153,144). Sum of RGB (Red+Green+Blue) = 88+153+144=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #589990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589990 is #A7666F. Grayscale: #848484. Windows color (decimal): -10970736 or 9476440. OLE color: 9476440.

HSL color Cylindrical-coordinate representation of color #589990: hue angle of 171.69º 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 #589990 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB88153144-
CMYK0.4200.060.4
HSL171.69º26.97%47.25%-
HSV(B)171.69º42.48%60%-
XYZ20.4526.8730.49-
YUV132.54134.4796.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 153 (60.16% from 255) = 39.74%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=22.86%
G=39.74%
B=37.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881531440.4200.060.4171.6926.9747.25
Hex5899902A0628ac1b2f
Octal1302312205206502543357
Binary1011000100110011001000010101001101010001010110011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589990; }

 p { color: rgb(88,153,144); }

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

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

 a { background-color: rgb(88,153,144); }

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

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

 span { border-color: rgb(88,153,144); }

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