Html Css Color HEX #285054 Dark Slate Grey

📋 copy color: '#285054'

red 40 ◦ green 80 ◦ blue 84

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

Shades of Dark Slate Grey #285054

Tints of Dark Slate Grey #285054

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.22%

 BLUE value IS 84 (33.2% from 255) = 41.18%

R = 19.61%
G = 39.22%
B = 41.18%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#285054 (or 0x285054) is known color: Dark Slate Grey. HEX triplet: 28, 50 and 54. RGB value is (40,80,84). Sum of RGB (Red+Green+Blue) = 40+80+84=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 84 - color contains mainly: blue. Hex color #285054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285054 is #D7AFAB. Grayscale: #444444. Windows color (decimal): -14135212 or 5525544. OLE color: 5525544.

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

Color convert

RGB 40 80 84 -
CMYK 0.52 0.05 0 0.67
HSL 185.45º 0.35% 0.24% -
HSV(B) 185.45º 0.52% 0.33% -
XYZ 5.34 6.83 9.42 -
YUV 68.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 40 80 84 0.52 0.05 0 0.67 185.45 0.35 0.24
Hex 28 50 54 34 5 0 43 B9 23 18
Octal 50 120 124 64 5 0 103 271 43 30
Binary 101000 1010000 1010100 110100 101 0 1000011 10111001 100011 11000

Color Harmonies of #285054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285054

Black with #285054

Text Example


Text Example

White with #285054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285054; }

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

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

background-color css

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

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

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

border-color css

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

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

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