Html Css Color HEX #215658 Dark Slate Grey

📋 copy color: '#215658'

red 33 ◦ green 86 ◦ blue 88

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

Shades of Dark Slate Grey #215658

Tints of Dark Slate Grey #215658

RGB

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

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

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

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

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 33 86 88 -
CMYK 0.62 0.02 0 0.65
HSL 182.18º 0.45% 0.24% -
HSV(B) 182.18º 0.63% 0.35% -
XYZ 5.72 7.68 10.41 -
YUV 70.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 33 86 88 0.62 0.02 0 0.65 182.18 0.45 0.24
Hex 21 56 58 3E 2 0 41 B6 2D 18
Octal 41 126 130 76 2 0 101 266 55 30
Binary 100001 1010110 1011000 111110 10 0 1000001 10110110 101101 11000

Color Harmonies of #215658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215658

Black with #215658

Text Example


Text Example

White with #215658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215658; }

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

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

background-color css

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

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

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

border-color css

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

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

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