Html Css Color HEX #215052 Dark Slate Grey

📋 copy color: '#215052'

red 33 ◦ green 80 ◦ blue 82

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

Shades of Dark Slate Grey #215052

Tints of Dark Slate Grey #215052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

 BLUE value IS 82 (32.42% from 255) = 42.05%

R = 16.92%
G = 41.03%
B = 42.05%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#215052 (or 0x215052) is known color: Dark Slate Grey. HEX triplet: 21, 50 and 52. RGB value is (33,80,82). Sum of RGB (Red+Green+Blue) = 33+80+82=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #215052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215052 is #DEAFAD. Grayscale: #424242. Windows color (decimal): -14593966 or 5394465. OLE color: 5394465.

HSL color Cylindrical-coordinate representation of color #215052: hue angle of 182.45º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215052 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 80 82 -
CMYK 0.60 0.02 0 0.68
HSL 182.45º 0.43% 0.23% -
HSV(B) 182.45º 0.6% 0.32% -
XYZ 5.02 6.67 9.01 -
YUV 66.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 33 80 82 0.60 0.02 0 0.68 182.45 0.43 0.23
Hex 21 50 52 3C 2 0 44 B6 2B 17
Octal 41 120 122 74 2 0 104 266 53 27
Binary 100001 1010000 1010010 111100 10 0 1000100 10110110 101011 10111

Color Harmonies of #215052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215052

Black with #215052

Text Example


Text Example

White with #215052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215052; }

 p { color: rgb(33,80,82); }

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

background-color css

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

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

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

border-color css

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

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

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