#589696

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

Shades of Half Baked #589696

Tints of Half Baked #589696

Color information

#589696 (or 0x589696) is unknown color: approx Half Baked. HEX triplet: 58, 96 and 96. RGB value is (88,150,150). Sum of RGB (Red+Green+Blue) = 88+150+150=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #589696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589696 is #A76969. Grayscale: #838383. Windows color (decimal): -10971498 or 9868888. OLE color: 9868888.

HSL color Cylindrical-coordinate representation of color #589696: hue angle of 180º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #589696 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB88150150-
CMYK0.41000.41
HSL180º26.05%46.67%-
HSV(B)180º41.33%58.82%-
XYZ20.4426.0932.81-
YUV131.46138.4697-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.68%
GREEN value IS 150 (58.98% from 255) = 38.66%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=22.68%
G=38.66%
B=38.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501500.41000.4118026.0546.67
Hex589696290029b41a2f
Octal1302262265100512643257
Binary10110001001011010010110101001001010011011010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589696; }

 p { color: rgb(88,150,150); }

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

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

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

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

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

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

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