Html Css Color HEX #285351 Dark Slate Grey

📋 copy color: '#285351'

red 40 ◦ green 83 ◦ blue 81

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

Shades of Dark Slate Grey #285351

Tints of Dark Slate Grey #285351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 39.71%

R = 19.61%
G = 40.69%
B = 39.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#285351 (or 0x285351) is known color: Dark Slate Grey. HEX triplet: 28, 53 and 51. RGB value is (40,83,81). Sum of RGB (Red+Green+Blue) = 40+83+81=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #285351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285351 is #D7ACAE. Grayscale: #454545. Windows color (decimal): -14134447 or 5329704. OLE color: 5329704.

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

Color convert

RGB 40 83 81 -
CMYK 0.52 0 0.02 0.67
HSL 177.21º 0.35% 0.24% -
HSV(B) 177.21º 0.52% 0.33% -
XYZ 5.45 7.23 8.89 -
YUV 69.92 134.25 106.66 -
System Red Green Blue C M Y K H S L
Decimal 40 83 81 0.52 0 0.02 0.67 177.21 0.35 0.24
Hex 28 53 51 34 0 2 43 B1 23 18
Octal 50 123 121 64 0 2 103 261 43 30
Binary 101000 1010011 1010001 110100 0 10 1000011 10110001 100011 11000

Color Harmonies of #285351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285351

Black with #285351

Text Example


Text Example

White with #285351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285351; }

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

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

background-color css

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

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

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

border-color css

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

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

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