#589190

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

Shades of Half Baked #589190

Tints of Half Baked #589190

Color information

#589190 (or 0x589190) is unknown color: approx Half Baked. HEX triplet: 58, 91 and 90. RGB value is (88,145,144). Sum of RGB (Red+Green+Blue) = 88+145+144=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #589190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589190 is #A76E6F. Grayscale: #7F7F7F. Windows color (decimal): -10972784 or 9474392. OLE color: 9474392.

HSL color Cylindrical-coordinate representation of color #589190: hue angle of 178.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #589190 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB88145144-
CMYK0.3900.010.43
HSL178.95º24.46%45.69%-
HSV(B)178.95º39.31%56.86%-
XYZ19.1824.3430.07-
YUV127.84137.1299.58-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 144 (56.64% from 255) = 38.20%
R=23.34%
G=38.46%
B=38.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451440.3900.010.43178.9524.4645.69
Hex58919027012Bb3182e
Octal1302212204701532633056
Binary10110001001000110010000100111011010111011001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589190; }

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

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

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

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

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

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

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

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