Html Css Color HEX #215459 Dark Slate Grey

📋 copy color: '#215459'

red 33 ◦ green 84 ◦ blue 89

#215459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #215459

Tints of Dark Slate Grey #215459

RGB

 RED value IS 33 (13.28% from 255) = 16.02%

 GREEN value IS 84 (33.2% from 255) = 40.78%

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 16.02%
G = 40.78%
B = 43.2%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215459 (or 0x215459) is known color: Dark Slate Grey. HEX triplet: 21, 54 and 59. RGB value is (33,84,89). Sum of RGB (Red+Green+Blue) = 33+84+89=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #215459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215459 is #DEABA6. Grayscale: #454545. Windows color (decimal): -14592935 or 5854241. OLE color: 5854241.

HSL color Cylindrical-coordinate representation of color #215459: hue angle of 185.36º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215459 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 84 89 -
CMYK 0.63 0.06 0 0.65
HSL 185.36º 0.46% 0.24% -
HSV(B) 185.36º 0.63% 0.35% -
XYZ 5.6 7.39 10.58 -
YUV 69.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 33 84 89 0.63 0.06 0 0.65 185.36 0.46 0.24
Hex 21 54 59 3F 6 0 41 B9 2E 18
Octal 41 124 131 77 6 0 101 271 56 30
Binary 100001 1010100 1011001 111111 110 0 1000001 10111001 101110 11000

Color Harmonies of #215459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215459

Black with #215459

Text Example


Text Example

White with #215459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215459; }

 p { color: rgb(33,84,89); }

 H1.HeaderClassName
 {
   color: #215459;
 }
 .AnyTagClassName
 {
   color: #215459;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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