#255856

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

Shades of Dark Slate Grey #255856

Tints of Dark Slate Grey #255856

Color information

#255856 (or 0x255856) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 58 and 56. RGB value is (37,88,86). Sum of RGB (Red+Green+Blue) = 37+88+86=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 88 (34.77% from 255 or 41.71% from 211); Blue value is 86 (33.98% from 255 or 40.76% from 211); Max value from RGB is 88 - color contains mainly: green. Hex color #255856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255856 is #DAA7A9. Grayscale: #484848. Windows color (decimal): -14329770 or 5658661. OLE color: 5658661.

HSL color Cylindrical-coordinate representation of color #255856: hue angle of 177.65º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #255856 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB378886-
CMYK0.5800.020.65
HSL177.65º40.8%24.51%-
HSV(B)177.65º57.95%34.51%-
XYZ5.938.0410.04-
YUV72.52135.6102.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 88 (34.77% from 255) = 41.71%
BLUE value IS 86 (33.98% from 255) = 40.76%
R=17.54%
G=41.71%
B=40.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3788860.5800.020.65177.6540.824.51
Hex2558563A0241b22919
Octal4513012672021012625131
Binary1001011011000101011011101001010000011011001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255856; }

 p { color: rgb(37,88,86); }

 H1.HeaderClassName
 {
   color: #255856;
 }
 .AnyTagClassName
 {
   color: #255856;
 }
</style>
background-color css

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

 a { background-color: rgb(37,88,86); }

 div.DivClassName
 {
   background-color: #255856;
 }
 .BgClassName
 {
   background-color: #255856;
 }
</style>
border-color css

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

 span { border-color: rgb(37,88,86); }

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