#215757

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

Shades of Dark Slate Grey #215757

Tints of Dark Slate Grey #215757

Color information

#215757 (or 0x215757) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 57 and 57. RGB value is (33,87,87). Sum of RGB (Red+Green+Blue) = 33+87+87=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 87 (34.38% from 255 or 42.03% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #215757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215757 is #DEA8A8. Grayscale: #464646. Windows color (decimal): -14592169 or 5723937. OLE color: 5723937.

HSL color Cylindrical-coordinate representation of color #215757: hue angle of 180º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215757 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB338787-
CMYK0.62000.66
HSL180º45%23.53%-
HSV(B)180º62.07%34.12%-
XYZ5.767.8310.22-
YUV70.85137.11101-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 87 (34.38% from 255) = 42.03%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=15.94%
G=42.03%
B=42.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3387870.62000.661804523.53
Hex2157573E0042b42d18
Octal4112712776001022645530
Binary100001101011110101111111100010000101011010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215757; }

 p { color: rgb(33,87,87); }

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

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

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

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

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

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

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