Html Css Color HEX #215454 Dark Slate Grey

📋 copy color: '#215454'

red 33 ◦ green 84 ◦ blue 84

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

Shades of Dark Slate Grey #215454

Tints of Dark Slate Grey #215454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.79%

R = 16.42%
G = 41.79%
B = 41.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#215454 (or 0x215454) is known color: Dark Slate Grey. HEX triplet: 21, 54 and 54. RGB value is (33,84,84). Sum of RGB (Red+Green+Blue) = 33+84+84=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 84 (33.20% from 255 or 41.79% from 201); Max value from RGB is 84 - color contains mainly: green, blue. Hex color #215454 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215454 is #DEABAB. Grayscale: #444444. Windows color (decimal): -14592940 or 5526561. OLE color: 5526561.

HSL color Cylindrical-coordinate representation of color #215454: hue angle of 180º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215454 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 84 84 -
CMYK 0.61 0 0 0.67
HSL 180º 0.44% 0.23% -
HSV(B) 180º 0.61% 0.33% -
XYZ 5.4 7.3 9.51 -
YUV 68.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 33 84 84 0.61 0 0 0.67 180 0.44 0.23
Hex 21 54 54 3D 0 0 43 B4 2C 17
Octal 41 124 124 75 0 0 103 264 54 27
Binary 100001 1010100 1010100 111101 0 0 1000011 10110100 101100 10111

Color Harmonies of #215454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215454

Black with #215454

Text Example


Text Example

White with #215454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215454; }

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

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

background-color css

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

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

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

border-color css

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

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

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