Html Css Color HEX #28555B Dark Slate Grey

📋 copy color: '#28555B'

red 40 ◦ green 85 ◦ blue 91

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

Shades of Dark Slate Grey #28555B

Tints of Dark Slate Grey #28555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.35%

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

R = 18.52%
G = 39.35%
B = 42.13%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#28555B (or 0x28555B) is known color: Dark Slate Grey. HEX triplet: 28, 55 and 5B. RGB value is (40,85,91). Sum of RGB (Red+Green+Blue) = 40+85+91=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #28555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28555B is #D7AAA4. Grayscale: #484848. Windows color (decimal): -14133925 or 5985576. OLE color: 5985576.

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

Color convert

RGB 40 85 91 -
CMYK 0.56 0.07 0 0.64
HSL 187.06º 0.39% 0.26% -
HSV(B) 187.06º 0.56% 0.36% -
XYZ 6.01 7.7 11.07 -
YUV 72.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 40 85 91 0.56 0.07 0 0.64 187.06 0.39 0.26
Hex 28 55 5B 38 7 0 40 BB 27 1A
Octal 50 125 133 70 7 0 100 273 47 32
Binary 101000 1010101 1011011 111000 111 0 1000000 10111011 100111 11010

Color Harmonies of #28555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28555B

Black with #28555B

Text Example


Text Example

White with #28555B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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