Html Css Color HEX #215559 Dark Slate Grey

📋 copy color: '#215559'

red 33 ◦ green 85 ◦ blue 89

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

Shades of Dark Slate Grey #215559

Tints of Dark Slate Grey #215559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43%

R = 15.94%
G = 41.06%
B = 43%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#215559 (or 0x215559) is known color: Dark Slate Grey. HEX triplet: 21, 55 and 59. RGB value is (33,85,89). Sum of RGB (Red+Green+Blue) = 33+85+89=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #215559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215559 is #DEAAA6. Grayscale: #454545. Windows color (decimal): -14592679 or 5854497. OLE color: 5854497.

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

Color convert

RGB 33 85 89 -
CMYK 0.63 0.04 0 0.65
HSL 184.29º 0.46% 0.24% -
HSV(B) 184.29º 0.63% 0.35% -
XYZ 5.68 7.54 10.61 -
YUV 69.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 33 85 89 0.63 0.04 0 0.65 184.29 0.46 0.24
Hex 21 55 59 3F 4 0 41 B8 2E 18
Octal 41 125 131 77 4 0 101 270 56 30
Binary 100001 1010101 1011001 111111 100 0 1000001 10111000 101110 11000

Color Harmonies of #215559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215559

Black with #215559

Text Example


Text Example

White with #215559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215559; }

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

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

background-color css

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

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

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

border-color css

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

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

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