#205153

Color #205153 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #205153

Tints of Dark Slate Grey #205153

Color information

#205153 (or 0x205153) is unknown color: approx Dark Slate Grey. HEX triplet: 20, 51 and 53. RGB value is (32,81,83). Sum of RGB (Red+Green+Blue) = 32+81+83=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #205153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205153 is #DFAEAC. Grayscale: #424242. Windows color (decimal): -14659245 or 5460256. OLE color: 5460256.

HSL color Cylindrical-coordinate representation of color #205153: hue angle of 182.35º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205153 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB328183-
CMYK0.610.0200.67
HSL182.35º44.35%22.55%-
HSV(B)182.35º61.45%32.55%-
XYZ5.16.829.23-
YUV66.58137.27103.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.33%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=16.33%
G=41.33%
B=42.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3281830.610.0200.67182.3544.3522.55
Hex2051533D2043b62c17
Octal4012112375201032665427
Binary1000001010001101001111110110010000111011011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205153; }

 p { color: rgb(32,81,83); }

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

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

 a { background-color: rgb(32,81,83); }

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

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

 span { border-color: rgb(32,81,83); }

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