#255659

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

Shades of Dark Slate Grey #255659

Tints of Dark Slate Grey #255659

Color information

#255659 (or 0x255659) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 56 and 59. RGB value is (37,86,89). Sum of RGB (Red+Green+Blue) = 37+86+89=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #255659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255659 is #DAA9A6. Grayscale: #474747. Windows color (decimal): -14330279 or 5854757. OLE color: 5854757.

HSL color Cylindrical-coordinate representation of color #255659: hue angle of 183.46º 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 #255659 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB378689-
CMYK0.580.0300.65
HSL183.46º41.27%24.71%-
HSV(B)183.46º58.43%34.9%-
XYZ5.897.7710.64-
YUV71.69137.77103.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.45%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=17.45%
G=40.57%
B=41.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3786890.580.0300.65183.4641.2724.71
Hex2556593A3041b72919
Octal4512613172301012675131
Binary1001011010110101100111101011010000011011011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255659; }

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

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

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

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

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

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

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

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