#20575D

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

Shades of Blue Stone #20575D

Tints of Blue Stone #20575D

Color information

#20575D (or 0x20575D) is unknown color: approx Blue Stone. HEX triplet: 20, 57 and 5D. RGB value is (32,87,93). Sum of RGB (Red+Green+Blue) = 32+87+93=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #20575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20575D is #DFA8A2. Grayscale: #474747. Windows color (decimal): -14657699 or 6117152. OLE color: 6117152.

HSL color Cylindrical-coordinate representation of color #20575D: hue angle of 185.9º 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 #20575D is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB328793-
CMYK0.660.0600.64
HSL185.9º48.8%24.51%-
HSV(B)185.9º65.59%36.47%-
XYZ5.987.9111.57-
YUV71.24140.28100.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.09%
GREEN value IS 87 (34.38% from 255) = 41.04%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=15.09%
G=41.04%
B=43.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3287930.660.0600.64185.948.824.51
Hex20575D426040ba3119
Octal40127135102601002726131
Binary100000101011110111011000010110010000001011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20575D; }

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

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

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

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

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

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

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

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