#589390

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

Shades of Half Baked #589390

Tints of Half Baked #589390

Color information

#589390 (or 0x589390) is unknown color: approx Half Baked. HEX triplet: 58, 93 and 90. RGB value is (88,147,144). Sum of RGB (Red+Green+Blue) = 88+147+144=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #589390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589390 is #A76C6F. Grayscale: #808080. Windows color (decimal): -10972272 or 9474904. OLE color: 9474904.

HSL color Cylindrical-coordinate representation of color #589390: hue angle of 176.95º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #589390 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB88147144-
CMYK0.4000.020.42
HSL176.95º25.11%46.08%-
HSV(B)176.95º40.14%57.65%-
XYZ19.4924.9630.18-
YUV129.02136.4598.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=23.22%
G=38.79%
B=37.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881471440.4000.020.42176.9525.1146.08
Hex58939028022Ab1192e
Octal1302232205002522613156
Binary101100010010011100100001010000101010101011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589390; }

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

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

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

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

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

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

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

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