Html Css Color HEX #215555 Dark Slate Grey

📋 copy color: '#215555'

red 33 ◦ green 85 ◦ blue 85

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

Shades of Dark Slate Grey #215555

Tints of Dark Slate Grey #215555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.87%

R = 16.26%
G = 41.87%
B = 41.87%

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

#215555 (or 0x215555) is known color: Dark Slate Grey. HEX triplet: 21, 55 and 55. RGB value is (33,85,85). Sum of RGB (Red+Green+Blue) = 33+85+85=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #215555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215555 is #DEAAAA. Grayscale: #454545. Windows color (decimal): -14592683 or 5592353. OLE color: 5592353.

HSL color Cylindrical-coordinate representation of color #215555: 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 #215555 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 85 85 -
CMYK 0.61 0 0 0.67
HSL 180º 0.44% 0.23% -
HSV(B) 180º 0.61% 0.33% -
XYZ 5.52 7.48 9.75 -
YUV 69.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 33 85 85 0.61 0 0 0.67 180 0.44 0.23
Hex 21 55 55 3D 0 0 43 B4 2C 17
Octal 41 125 125 75 0 0 103 264 54 27
Binary 100001 1010101 1010101 111101 0 0 1000011 10110100 101100 10111

Color Harmonies of #215555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215555

Black with #215555

Text Example


Text Example

White with #215555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215555; }

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

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

background-color css

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

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

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

border-color css

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

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

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