#589693

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

Shades of Half Baked #589693

Tints of Half Baked #589693

Color information

#589693 (or 0x589693) is unknown color: approx Half Baked. HEX triplet: 58, 96 and 93. RGB value is (88,150,147). Sum of RGB (Red+Green+Blue) = 88+150+147=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #589693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589693 is #A7696C. Grayscale: #838383. Windows color (decimal): -10971501 or 9672280. OLE color: 9672280.

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

Color convert

RGB88150147-
CMYK0.4100.020.41
HSL177.1º26.05%46.67%-
HSV(B)177.1º41.33%58.82%-
XYZ20.225.9931.56-
YUV131.12136.9697.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 147 (57.81% from 255) = 38.18%
R=22.86%
G=38.96%
B=38.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal881501470.4100.020.41177.126.0546.67
Hex589693290229b11a2f
Octal1302262235102512613257
Binary101100010010110100100111010010101010011011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589693; }

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

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

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

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

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

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

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

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