Html Css Color HEX #215659 Dark Slate Grey

📋 copy color: '#215659'

red 33 ◦ green 86 ◦ blue 89

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

Shades of Dark Slate Grey #215659

Tints of Dark Slate Grey #215659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

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

R = 15.87%
G = 41.35%
B = 42.79%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215659 (or 0x215659) is known color: Dark Slate Grey. HEX triplet: 21, 56 and 59. RGB value is (33,86,89). Sum of RGB (Red+Green+Blue) = 33+86+89=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #215659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215659 is #DEA9A6. Grayscale: #464646. Windows color (decimal): -14592423 or 5854753. OLE color: 5854753.

HSL color Cylindrical-coordinate representation of color #215659: hue angle of 183.21º 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 #215659 is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 86 89 -
CMYK 0.63 0.03 0 0.65
HSL 183.21º 0.46% 0.24% -
HSV(B) 183.21º 0.63% 0.35% -
XYZ 5.76 7.7 10.63 -
YUV 70.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 33 86 89 0.63 0.03 0 0.65 183.21 0.46 0.24
Hex 21 56 59 3F 3 0 41 B7 2E 18
Octal 41 126 131 77 3 0 101 267 56 30
Binary 100001 1010110 1011001 111111 11 0 1000001 10110111 101110 11000

Color Harmonies of #215659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215659

Black with #215659

Text Example


Text Example

White with #215659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215659; }

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

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

background-color css

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

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

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

border-color css

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

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

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