Html Css Color HEX #215856 Dark Slate Grey

📋 copy color: '#215856'

red 33 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate Grey #215856

Tints of Dark Slate Grey #215856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.51%

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 15.94%
G = 42.51%
B = 41.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#215856 (or 0x215856) is known color: Dark Slate Grey. HEX triplet: 21, 58 and 56. RGB value is (33,88,86). Sum of RGB (Red+Green+Blue) = 33+88+86=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #215856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215856 is #DEA7A9. Grayscale: #474747. Windows color (decimal): -14591914 or 5658657. OLE color: 5658657.

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

Color convert

RGB 33 88 86 -
CMYK 0.62 0 0.02 0.65
HSL 177.82º 0.45% 0.24% -
HSV(B) 177.82º 0.63% 0.35% -
XYZ 5.8 7.97 10.04 -
YUV 71.33 136.28 100.66 -
System Red Green Blue C M Y K H S L
Decimal 33 88 86 0.62 0 0.02 0.65 177.82 0.45 0.24
Hex 21 58 56 3E 0 2 41 B2 2D 18
Octal 41 130 126 76 0 2 101 262 55 30
Binary 100001 1011000 1010110 111110 0 10 1000001 10110010 101101 11000

Color Harmonies of #215856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215856

Black with #215856

Text Example


Text Example

White with #215856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215856; }

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

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

background-color css

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

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

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

border-color css

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

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

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