#28555B

Color #28555B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #28555B

Tints of Dark Slate Grey #28555B

Color information

#28555B (or 0x28555B) is unknown color: approx 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

RGB408591-
CMYK0.560.0700.64
HSL187.06º38.93%25.69%-
HSV(B)187.06º56.04%35.69%-
XYZ6.017.711.07-
YUV72.23138.59105.01-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4085910.560.0700.64187.0638.9325.69
Hex28555B387040bb271a
Octal5012513370701002734732
Binary10100010101011011011111000111010000001011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>