Html Css Color HEX #285352 Dark Slate Grey

📋 copy color: '#285352'

red 40 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate Grey #285352

Tints of Dark Slate Grey #285352

RGB

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

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

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

R = 19.51%
G = 40.49%
B = 40%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#285352 (or 0x285352) is known color: Dark Slate Grey. HEX triplet: 28, 53 and 52. RGB value is (40,83,82). Sum of RGB (Red+Green+Blue) = 40+83+82=205 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.51% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #285352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285352 is #D7ACAD. Grayscale: #454545. Windows color (decimal): -14134446 or 5395240. OLE color: 5395240.

HSL color Cylindrical-coordinate representation of color #285352: hue angle of 178.6º 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 #285352 is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 83 82 -
CMYK 0.52 0 0.01 0.67
HSL 178.6º 0.35% 0.24% -
HSV(B) 178.6º 0.52% 0.33% -
XYZ 5.49 7.25 9.09 -
YUV 70.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 40 83 82 0.52 0 0.01 0.67 178.6 0.35 0.24
Hex 28 53 52 34 0 1 43 B3 23 18
Octal 50 123 122 64 0 1 103 263 43 30
Binary 101000 1010011 1010010 110100 0 1 1000011 10110011 100011 11000

Color Harmonies of #285352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285352

Black with #285352

Text Example


Text Example

White with #285352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285352; }

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

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

background-color css

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

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

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

border-color css

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

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

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