Html Css Color HEX #215458 Dark Slate Grey

📋 copy color: '#215458'

red 33 ◦ green 84 ◦ blue 88

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

Shades of Dark Slate Grey #215458

Tints of Dark Slate Grey #215458

RGB

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

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

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

R = 16.1%
G = 40.98%
B = 42.93%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215458 (or 0x215458) is known color: Dark Slate Grey. HEX triplet: 21, 54 and 58. RGB value is (33,84,88). Sum of RGB (Red+Green+Blue) = 33+84+88=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #215458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215458 is #DEABA7. Grayscale: #454545. Windows color (decimal): -14592936 or 5788705. OLE color: 5788705.

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

Color convert

RGB 33 84 88 -
CMYK 0.62 0.05 0 0.65
HSL 184.36º 0.45% 0.24% -
HSV(B) 184.36º 0.63% 0.35% -
XYZ 5.56 7.37 10.36 -
YUV 69.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 33 84 88 0.62 0.05 0 0.65 184.36 0.45 0.24
Hex 21 54 58 3E 5 0 41 B8 2D 18
Octal 41 124 130 76 5 0 101 270 55 30
Binary 100001 1010100 1011000 111110 101 0 1000001 10111000 101101 11000

Color Harmonies of #215458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215458

Black with #215458

Text Example


Text Example

White with #215458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215458; }

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

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

background-color css

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

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

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

border-color css

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

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

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