Html Css Color HEX #285456 Dark Slate Grey

📋 copy color: '#285456'

red 40 ◦ green 84 ◦ blue 86

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

Shades of Dark Slate Grey #285456

Tints of Dark Slate Grey #285456

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40%

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

R = 19.05%
G = 40%
B = 40.95%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#285456 (or 0x285456) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 56. RGB value is (40,84,86). Sum of RGB (Red+Green+Blue) = 40+84+86=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #285456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285456 is #D7ABA9. Grayscale: #474747. Windows color (decimal): -14134186 or 5657640. OLE color: 5657640.

HSL color Cylindrical-coordinate representation of color #285456: hue angle of 182.61º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285456 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 84 86 -
CMYK 0.53 0.02 0 0.66
HSL 182.61º 0.37% 0.25% -
HSV(B) 182.61º 0.53% 0.34% -
XYZ 5.73 7.46 9.94 -
YUV 71.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 40 84 86 0.53 0.02 0 0.66 182.61 0.37 0.25
Hex 28 54 56 35 2 0 42 B7 25 19
Octal 50 124 126 65 2 0 102 267 45 31
Binary 101000 1010100 1010110 110101 10 0 1000010 10110111 100101 11001

Color Harmonies of #285456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285456

Black with #285456

Text Example


Text Example

White with #285456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285456; }

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

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

background-color css

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

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

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

border-color css

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

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

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