Html Css Color HEX #285856 Dark Slate Grey

📋 copy color: '#285856'

red 40 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate Grey #285856

Tints of Dark Slate Grey #285856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

 BLUE value IS 86 (33.98% from 255) = 40.19%

R = 18.69%
G = 41.12%
B = 40.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#285856 (or 0x285856) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 56. RGB value is (40,88,86). Sum of RGB (Red+Green+Blue) = 40+88+86=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #285856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285856 is #D7A7A9. Grayscale: #494949. Windows color (decimal): -14133162 or 5658664. OLE color: 5658664.

HSL color Cylindrical-coordinate representation of color #285856: hue angle of 177.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285856 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 88 86 -
CMYK 0.55 0 0.02 0.65
HSL 177.5º 0.38% 0.25% -
HSV(B) 177.5º 0.55% 0.35% -
XYZ 6.04 8.1 10.05 -
YUV 73.42 135.1 104.16 -
System Red Green Blue C M Y K H S L
Decimal 40 88 86 0.55 0 0.02 0.65 177.5 0.38 0.25
Hex 28 58 56 37 0 2 41 B2 26 19
Octal 50 130 126 67 0 2 101 262 46 31
Binary 101000 1011000 1010110 110111 0 10 1000001 10110010 100110 11001

Color Harmonies of #285856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285856

Black with #285856

Text Example


Text Example

White with #285856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285856; }

 p { color: rgb(40,88,86); }

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

background-color css

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

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

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

border-color css

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

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

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