Html Css Color HEX #285458 Dark Slate Grey

📋 copy color: '#285458'

red 40 ◦ green 84 ◦ blue 88

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

Shades of Dark Slate Grey #285458

Tints of Dark Slate Grey #285458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.51%

R = 18.87%
G = 39.62%
B = 41.51%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#285458 (or 0x285458) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 58. RGB value is (40,84,88). Sum of RGB (Red+Green+Blue) = 40+84+88=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 88 - color contains mainly: blue. Hex color #285458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285458 is #D7ABA7. Grayscale: #474747. Windows color (decimal): -14134184 or 5788712. OLE color: 5788712.

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

Color convert

RGB 40 84 88 -
CMYK 0.55 0.05 0 0.65
HSL 185º 0.38% 0.25% -
HSV(B) 185º 0.55% 0.35% -
XYZ 5.81 7.5 10.37 -
YUV 71.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 40 84 88 0.55 0.05 0 0.65 185 0.38 0.25
Hex 28 54 58 37 5 0 41 B9 26 19
Octal 50 124 130 67 5 0 101 271 46 31
Binary 101000 1010100 1011000 110111 101 0 1000001 10111001 100110 11001

Color Harmonies of #285458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285458

Black with #285458

Text Example


Text Example

White with #285458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285458; }

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

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

background-color css

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

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

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

border-color css

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

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

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