Html Css Color HEX #285353 Dark Slate Grey

📋 copy color: '#285353'

red 40 ◦ green 83 ◦ blue 83

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

Shades of Dark Slate Grey #285353

Tints of Dark Slate Grey #285353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.29%

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 19.42%
G = 40.29%
B = 40.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#285353 (or 0x285353) is known color: Dark Slate Grey. HEX triplet: 28, 53 and 53. RGB value is (40,83,83). Sum of RGB (Red+Green+Blue) = 40+83+83=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #285353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285353 is #D7ACAC. Grayscale: #464646. Windows color (decimal): -14134445 or 5460776. OLE color: 5460776.

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

Color convert

RGB 40 83 83 -
CMYK 0.52 0 0 0.67
HSL 180º 0.35% 0.24% -
HSV(B) 180º 0.52% 0.33% -
XYZ 5.53 7.26 9.29 -
YUV 70.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 40 83 83 0.52 0 0 0.67 180 0.35 0.24
Hex 28 53 53 34 0 0 43 B4 23 18
Octal 50 123 123 64 0 0 103 264 43 30
Binary 101000 1010011 1010011 110100 0 0 1000011 10110100 100011 11000

Color Harmonies of #285353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285353

Black with #285353

Text Example


Text Example

White with #285353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285353; }

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

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

background-color css

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

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

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

border-color css

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

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

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