#589695

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

Shades of Half Baked #589695

Tints of Half Baked #589695

Color information

#589695 (or 0x589695) is unknown color: approx Half Baked. HEX triplet: 58, 96 and 95. RGB value is (88,150,149). Sum of RGB (Red+Green+Blue) = 88+150+149=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #589695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589695 is #A7696A. Grayscale: #838383. Windows color (decimal): -10971499 or 9803352. OLE color: 9803352.

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

Color convert

RGB88150149-
CMYK0.4100.010.41
HSL179.03º26.05%46.67%-
HSV(B)179.03º41.33%58.82%-
XYZ20.3626.0632.39-
YUV131.35137.9697.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=22.74%
G=38.76%
B=38.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501490.4100.010.41179.0326.0546.67
Hex589695290129b31a2f
Octal1302262255101512633257
Binary10110001001011010010101101001011010011011001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589695; }

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

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

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

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

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

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

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

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