#21514E

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

Shades of Dark Slate Grey #21514E

Tints of Dark Slate Grey #21514E

Color information

#21514E (or 0x21514E) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 51 and 4E. RGB value is (33,81,78). Sum of RGB (Red+Green+Blue) = 33+81+78=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #21514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21514E is #DEAEB1. Grayscale: #424242. Windows color (decimal): -14593714 or 5132577. OLE color: 5132577.

HSL color Cylindrical-coordinate representation of color #21514E: hue angle of 176.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21514E is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB338178-
CMYK0.5900.040.68
HSL176.25º42.11%22.35%-
HSV(B)176.25º59.26%31.76%-
XYZ4.946.768.25-
YUV66.31134.6104.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 81 (32.03% from 255) = 42.19%
BLUE value IS 78 (30.86% from 255) = 40.62%
R=17.19%
G=42.19%
B=40.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3381780.5900.040.68176.2542.1122.35
Hex21514E3B0444b02a16
Octal4112111673041042605226
Binary10000110100011001110111011010010001001011000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21514E; }

 p { color: rgb(33,81,78); }

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

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

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

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

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

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

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