#205D59

Color #205D59 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #205D59

Tints of Blue Stone #205D59

Color information

#205D59 (or 0x205D59) is unknown color: approx Blue Stone. HEX triplet: 20, 5D and 59. RGB value is (32,93,89). Sum of RGB (Red+Green+Blue) = 32+93+89=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 93 - color contains mainly: green. Hex color #205D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205D59 is #DFA2A6. Grayscale: #4A4A4A. Windows color (decimal): -14656167 or 5856544. OLE color: 5856544.

HSL color Cylindrical-coordinate representation of color #205D59: hue angle of 176.07º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #205D59 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB329389-
CMYK0.6600.040.64
HSL176.07º48.8%24.51%-
HSV(B)176.07º65.59%36.47%-
XYZ6.318.8610.83-
YUV74.3136.2997.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.95%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=14.95%
G=43.46%
B=41.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3293890.6600.040.64176.0748.824.51
Hex205D59420440b03119
Octal40135131102041002606131
Binary100000101110110110011000010010010000001011000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205D59; }

 p { color: rgb(32,93,89); }

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

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

 a { background-color: rgb(32,93,89); }

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

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

 span { border-color: rgb(32,93,89); }

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