#20605D

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

Shades of Blue Stone #20605D

Tints of Blue Stone #20605D

Color information

#20605D (or 0x20605D) is unknown color: approx Blue Stone. HEX triplet: 20, 60 and 5D. RGB value is (32,96,93). Sum of RGB (Red+Green+Blue) = 32+96+93=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #20605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20605D is #DF9FA2. Grayscale: #4C4C4C. Windows color (decimal): -14655395 or 6119456. OLE color: 6119456.

HSL color Cylindrical-coordinate representation of color #20605D: hue angle of 177.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #20605D is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB329693-
CMYK0.6700.030.62
HSL177.19º50%25.1%-
HSV(B)177.19º66.67%37.65%-
XYZ6.759.4611.83-
YUV76.52137.396.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 96 (37.89% from 255) = 43.44%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=14.48%
G=43.44%
B=42.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3296930.6700.030.62177.195025.1
Hex20605D43033Eb13219
Octal4014013510303762616231
Binary1000001100000101110110000110111111101011000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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