Html Css Color HEX #285459 Dark Slate Grey

📋 copy color: '#285459'

red 40 ◦ green 84 ◦ blue 89

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

Shades of Dark Slate Grey #285459

Tints of Dark Slate Grey #285459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 18.78%
G = 39.44%
B = 41.78%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#285459 (or 0x285459) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 59. RGB value is (40,84,89). Sum of RGB (Red+Green+Blue) = 40+84+89=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #285459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285459 is #D7ABA6. Grayscale: #474747. Windows color (decimal): -14134183 or 5854248. OLE color: 5854248.

HSL color Cylindrical-coordinate representation of color #285459: hue angle of 186.12º 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 #285459 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 84 89 -
CMYK 0.55 0.06 0 0.65
HSL 186.12º 0.38% 0.25% -
HSV(B) 186.12º 0.55% 0.35% -
XYZ 5.85 7.51 10.59 -
YUV 71.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 40 84 89 0.55 0.06 0 0.65 186.12 0.38 0.25
Hex 28 54 59 37 6 0 41 BA 26 19
Octal 50 124 131 67 6 0 101 272 46 31
Binary 101000 1010100 1011001 110111 110 0 1000001 10111010 100110 11001

Color Harmonies of #285459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285459

Black with #285459

Text Example


Text Example

White with #285459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285459; }

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

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

background-color css

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

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

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

border-color css

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

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

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