Html Css Color HEX #28514E Dark Slate Grey

📋 copy color: '#28514E'

red 40 ◦ green 81 ◦ blue 78

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

Shades of Dark Slate Grey #28514E

Tints of Dark Slate Grey #28514E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.7%

 BLUE value IS 78 (30.86% from 255) = 39.2%

R = 20.1%
G = 40.7%
B = 39.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#28514E (or 0x28514E) is known color: Dark Slate Grey. HEX triplet: 28, 51 and 4E. RGB value is (40,81,78). Sum of RGB (Red+Green+Blue) = 40+81+78=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #28514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28514E is #D7AEB1. Grayscale: #444444. Windows color (decimal): -14134962 or 5132584. OLE color: 5132584.

HSL color Cylindrical-coordinate representation of color #28514E: hue angle of 175.61º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28514E is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 81 78 -
CMYK 0.51 0 0.04 0.68
HSL 175.61º 0.34% 0.24% -
HSV(B) 175.61º 0.51% 0.32% -
XYZ 5.19 6.89 8.26 -
YUV 68.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 40 81 78 0.51 0 0.04 0.68 175.61 0.34 0.24
Hex 28 51 4E 33 0 4 44 B0 22 18
Octal 50 121 116 63 0 4 104 260 42 30
Binary 101000 1010001 1001110 110011 0 100 1000100 10110000 100010 11000

Color Harmonies of #28514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28514E

Black with #28514E

Text Example


Text Example

White with #28514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28514E; }

 p { color: rgb(40,81,78); }

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

background-color css

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

 a { background-color: rgb(40,81,78); }

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

border-color css

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

 span { border-color: rgb(40,81,78); }

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