#214F53

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

Shades of Dark Slate Grey #214F53

Tints of Dark Slate Grey #214F53

Color information

#214F53 (or 0x214F53) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 4F and 53. RGB value is (33,79,83). Sum of RGB (Red+Green+Blue) = 33+79+83=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 79 (31.25% from 255 or 40.51% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #214F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F53 is #DEB0AC. Grayscale: #414141. Windows color (decimal): -14594221 or 5459745. OLE color: 5459745.

HSL color Cylindrical-coordinate representation of color #214F53: hue angle of 184.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214F53 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB337983-
CMYK0.600.0500.67
HSL184.8º43.1%22.75%-
HSV(B)184.8º60.24%32.55%-
XYZ4.986.549.18-
YUV65.7137.76104.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 79 (31.25% from 255) = 40.51%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=16.92%
G=40.51%
B=42.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3379830.600.0500.67184.843.122.75
Hex214F533C5043b92b17
Octal4111712374501032715327
Binary10000110011111010011111100101010000111011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214F53; }

 p { color: rgb(33,79,83); }

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

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

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

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

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

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

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