#255657

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

Shades of Dark Slate Grey #255657

Tints of Dark Slate Grey #255657

Color information

#255657 (or 0x255657) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 56 and 57. RGB value is (37,86,87). Sum of RGB (Red+Green+Blue) = 37+86+87=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #255657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255657 is #DAA9A8. Grayscale: #474747. Windows color (decimal): -14330281 or 5723685. OLE color: 5723685.

HSL color Cylindrical-coordinate representation of color #255657: hue angle of 181.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #255657 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB378687-
CMYK0.570.0100.66
HSL181.2º40.32%24.31%-
HSV(B)181.2º57.47%34.12%-
XYZ5.817.7410.2-
YUV71.46136.77103.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=17.62%
G=40.95%
B=41.43%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3786870.570.0100.66181.240.3224.31
Hex255657391042b52818
Octal4512612771101022655030
Binary100101101011010101111110011010000101011010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255657; }

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

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

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

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

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

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

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

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