#589094

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

Shades of Half Baked #589094

Tints of Half Baked #589094

Color information

#589094 (or 0x589094) is unknown color: approx Half Baked. HEX triplet: 58, 90 and 94. RGB value is (88,144,148). Sum of RGB (Red+Green+Blue) = 88+144+148=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #589094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589094 is #A76F6B. Grayscale: #7F7F7F. Windows color (decimal): -10973036 or 9736280. OLE color: 9736280.

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

Color convert

RGB88144148-
CMYK0.410.0300.42
HSL184º25.42%46.27%-
HSV(B)184º40.54%58.04%-
XYZ19.3424.1631.66-
YUV127.71139.4599.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.16%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 148 (58.20% from 255) = 38.95%
R=23.16%
G=37.89%
B=38.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881441480.410.0300.4218425.4246.27
Hex58909429302Ab8192e
Octal1302202245130522703156
Binary101100010010000100101001010011101010101011100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589094; }

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

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

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

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

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

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

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

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