Html Css Color HEX #28514B Dark Slate Grey

📋 copy color: '#28514B'

red 40 ◦ green 81 ◦ blue 75

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

Shades of Dark Slate Grey #28514B

Tints of Dark Slate Grey #28514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.27%

R = 20.41%
G = 41.33%
B = 38.27%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#28514B (or 0x28514B) is known color: Dark Slate Grey. HEX triplet: 28, 51 and 4B. RGB value is (40,81,75). Sum of RGB (Red+Green+Blue) = 40+81+75=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #28514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28514B is #D7AEB4. Grayscale: #444444. Windows color (decimal): -14134965 or 4935976. OLE color: 4935976.

HSL color Cylindrical-coordinate representation of color #28514B: hue angle of 171.22º 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 #28514B is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 81 75 -
CMYK 0.51 0 0.07 0.68
HSL 171.22º 0.34% 0.24% -
HSV(B) 171.22º 0.51% 0.32% -
XYZ 5.09 6.84 7.71 -
YUV 68.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 40 81 75 0.51 0 0.07 0.68 171.22 0.34 0.24
Hex 28 51 4B 33 0 7 44 AB 22 18
Octal 50 121 113 63 0 7 104 253 42 30
Binary 101000 1010001 1001011 110011 0 111 1000100 10101011 100010 11000

Color Harmonies of #28514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28514B

Black with #28514B

Text Example


Text Example

White with #28514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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