Html Css Color HEX #28565B Dark Slate Grey

📋 copy color: '#28565B'

red 40 ◦ green 86 ◦ blue 91

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

Shades of Dark Slate Grey #28565B

Tints of Dark Slate Grey #28565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.63%

 BLUE value IS 91 (35.94% from 255) = 41.94%

R = 18.43%
G = 39.63%
B = 41.94%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28565B (or 0x28565B) is known color: Dark Slate Grey. HEX triplet: 28, 56 and 5B. RGB value is (40,86,91). Sum of RGB (Red+Green+Blue) = 40+86+91=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #28565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28565B is #D7A9A4. Grayscale: #484848. Windows color (decimal): -14133669 or 5985832. OLE color: 5985832.

HSL color Cylindrical-coordinate representation of color #28565B: hue angle of 185.88º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28565B is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 86 91 -
CMYK 0.56 0.05 0 0.64
HSL 185.88º 0.39% 0.26% -
HSV(B) 185.88º 0.56% 0.36% -
XYZ 6.09 7.86 11.09 -
YUV 72.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 40 86 91 0.56 0.05 0 0.64 185.88 0.39 0.26
Hex 28 56 5B 38 5 0 40 BA 27 1A
Octal 50 126 133 70 5 0 100 272 47 32
Binary 101000 1010110 1011011 111000 101 0 1000000 10111010 100111 11010

Color Harmonies of #28565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28565B

Black with #28565B

Text Example


Text Example

White with #28565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,86,91); }

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

background-color css

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

 a { background-color: rgb(40,86,91); }

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

border-color css

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

 span { border-color: rgb(40,86,91); }

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