Html Css Color HEX #285252 Dark Slate Grey

📋 copy color: '#285252'

red 40 ◦ green 82 ◦ blue 82

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

Shades of Dark Slate Grey #285252

Tints of Dark Slate Grey #285252

RGB

 RED value IS 40 (16.02% from 255) = 19.61%

 GREEN value IS 82 (32.42% from 255) = 40.2%

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

R = 19.61%
G = 40.2%
B = 40.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#285252 (or 0x285252) is known color: Dark Slate Grey. HEX triplet: 28, 52 and 52. RGB value is (40,82,82). Sum of RGB (Red+Green+Blue) = 40+82+82=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #285252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285252 is #D7ADAD. Grayscale: #454545. Windows color (decimal): -14134702 or 5394984. OLE color: 5394984.

HSL color Cylindrical-coordinate representation of color #285252: hue angle of 180º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285252 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 82 -
CMYK 0.51 0 0 0.68
HSL 180º 0.34% 0.24% -
HSV(B) 180º 0.51% 0.32% -
XYZ 5.42 7.09 9.07 -
YUV 69.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 40 82 82 0.51 0 0 0.68 180 0.34 0.24
Hex 28 52 52 33 0 0 44 B4 22 18
Octal 50 122 122 63 0 0 104 264 42 30
Binary 101000 1010010 1010010 110011 0 0 1000100 10110100 100010 11000

Color Harmonies of #285252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285252

Black with #285252

Text Example


Text Example

White with #285252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285252; }

 p { color: rgb(40,82,82); }

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

background-color css

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

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

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

border-color css

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

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

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