Html Css Color HEX #215558 Dark Slate Grey

📋 copy color: '#215558'

red 33 ◦ green 85 ◦ blue 88

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

Shades of Dark Slate Grey #215558

Tints of Dark Slate Grey #215558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

 BLUE value IS 88 (34.77% from 255) = 42.72%

R = 16.02%
G = 41.26%
B = 42.72%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215558 (or 0x215558) is known color: Dark Slate Grey. HEX triplet: 21, 55 and 58. RGB value is (33,85,88). Sum of RGB (Red+Green+Blue) = 33+85+88=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 88 (34.77% from 255 or 42.72% from 206); Max value from RGB is 88 - color contains mainly: blue. Hex color #215558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215558 is #DEAAA7. Grayscale: #454545. Windows color (decimal): -14592680 or 5788961. OLE color: 5788961.

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

Color convert

RGB 33 85 88 -
CMYK 0.62 0.03 0 0.65
HSL 183.27º 0.45% 0.24% -
HSV(B) 183.27º 0.63% 0.35% -
XYZ 5.64 7.52 10.39 -
YUV 69.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 33 85 88 0.62 0.03 0 0.65 183.27 0.45 0.24
Hex 21 55 58 3E 3 0 41 B7 2D 18
Octal 41 125 130 76 3 0 101 267 55 30
Binary 100001 1010101 1011000 111110 11 0 1000001 10110111 101101 11000

Color Harmonies of #215558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215558

Black with #215558

Text Example


Text Example

White with #215558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215558; }

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

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

background-color css

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

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

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

border-color css

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

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

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