#589192

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

Shades of Half Baked #589192

Tints of Half Baked #589192

Color information

#589192 (or 0x589192) is unknown color: approx Half Baked. HEX triplet: 58, 91 and 92. RGB value is (88,145,146). Sum of RGB (Red+Green+Blue) = 88+145+146=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #589192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589192 is #A76E6D. Grayscale: #808080. Windows color (decimal): -10972782 or 9605464. OLE color: 9605464.

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

Color convert

RGB88145146-
CMYK0.400.0100.43
HSL181.03º24.79%45.88%-
HSV(B)181.03º39.73%57.25%-
XYZ19.3424.430.88-
YUV128.07138.1299.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.22%
GREEN value IS 145 (57.03% from 255) = 38.26%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=23.22%
G=38.26%
B=38.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881451460.400.0100.43181.0324.7945.88
Hex58919228102Bb5192e
Octal1302212225010532653156
Binary10110001001000110010010101000101010111011010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589192; }

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

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

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

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

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

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

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

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