#589193

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

Shades of Half Baked #589193

Tints of Half Baked #589193

Color information

#589193 (or 0x589193) is unknown color: approx Half Baked. HEX triplet: 58, 91 and 93. RGB value is (88,145,147). Sum of RGB (Red+Green+Blue) = 88+145+147=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #589193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589193 is #A76E6C. Grayscale: #808080. Windows color (decimal): -10972781 or 9671000. OLE color: 9671000.

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

Color convert

RGB88145147-
CMYK0.400.0100.42
HSL182.03º25.11%46.08%-
HSV(B)182.03º40.14%57.65%-
XYZ19.4224.4331.3-
YUV128.18138.6299.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=23.16%
G=38.16%
B=38.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881451470.400.0100.42182.0325.1146.08
Hex58919328102Ab6192e
Octal1302212235010522663156
Binary10110001001000110010011101000101010101011011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589193; }

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

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

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

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

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

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

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

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