#20585D

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

Shades of Blue Stone #20585D

Tints of Blue Stone #20585D

Color information

#20585D (or 0x20585D) is unknown color: approx Blue Stone. HEX triplet: 20, 58 and 5D. RGB value is (32,88,93). Sum of RGB (Red+Green+Blue) = 32+88+93=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #20585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20585D is #DFA7A2. Grayscale: #474747. Windows color (decimal): -14657443 or 6117408. OLE color: 6117408.

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

Color convert

RGB328893-
CMYK0.660.0500.64
HSL184.92º48.8%24.51%-
HSV(B)184.92º65.59%36.47%-
XYZ6.068.0811.6-
YUV71.83139.9599.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 88 (34.77% from 255) = 41.31%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=15.02%
G=41.31%
B=43.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3288930.660.0500.64184.9248.824.51
Hex20585D425040b93119
Octal40130135102501002716131
Binary100000101100010111011000010101010000001011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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