#599693

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

Shades of Half Baked #599693

Tints of Half Baked #599693

Color information

#599693 (or 0x599693) is unknown color: approx Half Baked. HEX triplet: 59, 96 and 93. RGB value is (89,150,147). Sum of RGB (Red+Green+Blue) = 89+150+147=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 150 - color contains mainly: green. Hex color #599693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599693 is #A6696C. Grayscale: #838383. Windows color (decimal): -10905965 or 9672281. OLE color: 9672281.

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

Color convert

RGB89150147-
CMYK0.4100.020.41
HSL177.05º25.52%46.86%-
HSV(B)177.05º40.67%58.82%-
XYZ20.2926.0431.56-
YUV131.42136.7997.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.06%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 147 (57.81% from 255) = 38.08%
R=23.06%
G=38.86%
B=38.08%

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
Decimal891501470.4100.020.41177.0525.5246.86
Hex599693290229b11a2f
Octal1312262235102512613257
Binary101100110010110100100111010010101010011011000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599693; }

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

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

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

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

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

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

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

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