Html Css Color HEX #28595F Dark Slate Grey

📋 copy color: '#28595F'

red 40 ◦ green 89 ◦ blue 95

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

Shades of Dark Slate Grey #28595F

Tints of Dark Slate Grey #28595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 17.86%
G = 39.73%
B = 42.41%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#28595F (or 0x28595F) is known color: Dark Slate Grey. HEX triplet: 28, 59 and 5F. RGB value is (40,89,95). Sum of RGB (Red+Green+Blue) = 40+89+95=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #28595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28595F is #D7A6A0. Grayscale: #4A4A4A. Windows color (decimal): -14132897 or 6248744. OLE color: 6248744.

HSL color Cylindrical-coordinate representation of color #28595F: hue angle of 186.55º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #28595F is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 89 95 -
CMYK 0.58 0.06 0 0.63
HSL 186.55º 0.41% 0.26% -
HSV(B) 186.55º 0.58% 0.37% -
XYZ 6.51 8.42 12.11 -
YUV 75.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 40 89 95 0.58 0.06 0 0.63 186.55 0.41 0.26
Hex 28 59 5F 3A 6 0 3F BB 29 1A
Octal 50 131 137 72 6 0 77 273 51 32
Binary 101000 1011001 1011111 111010 110 0 111111 10111011 101001 11010

Color Harmonies of #28595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28595F

Black with #28595F

Text Example


Text Example

White with #28595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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