#589194

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

Shades of Half Baked #589194

Tints of Half Baked #589194

Color information

#589194 (or 0x589194) is unknown color: approx Half Baked. HEX triplet: 58, 91 and 94. RGB value is (88,145,148). Sum of RGB (Red+Green+Blue) = 88+145+148=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 148 - color contains mainly: blue. Hex color #589194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589194 is #A76E6B. Grayscale: #808080. Windows color (decimal): -10972780 or 9736536. OLE color: 9736536.

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

Color convert

RGB88145148-
CMYK0.410.0200.42
HSL183º25.42%46.27%-
HSV(B)183º40.54%58.04%-
XYZ19.524.4631.71-
YUV128.3139.1299.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.10%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 148 (58.20% from 255) = 38.85%
R=23.10%
G=38.06%
B=38.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881451480.410.0200.4218325.4246.27
Hex58919429202Ab7192e
Octal1302212245120522673156
Binary101100010010001100101001010011001010101011011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589194; }

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

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

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

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

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

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

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

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