#589199

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

Shades of Half Baked #589199

Tints of Half Baked #589199

Color information

#589199 (or 0x589199) is unknown color: approx Half Baked. HEX triplet: 58, 91 and 99. RGB value is (88,145,153). Sum of RGB (Red+Green+Blue) = 88+145+153=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #589199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589199 is #A76E66. Grayscale: #808080. Windows color (decimal): -10972775 or 10064216. OLE color: 10064216.

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

Color convert

RGB88145153-
CMYK0.420.0500.4
HSL187.38º26.97%47.25%-
HSV(B)187.38º42.48%60%-
XYZ19.924.6333.84-
YUV128.87141.6298.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.80%
GREEN value IS 145 (57.03% from 255) = 37.56%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=22.80%
G=37.56%
B=39.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal881451530.420.0500.4187.3826.9747.25
Hex5891992A5028bb1b2f
Octal1302212315250502733357
Binary1011000100100011001100110101010101010001011101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589199; }

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

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

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

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

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

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

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

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