#255559

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

Shades of Dark Slate Grey #255559

Tints of Dark Slate Grey #255559

Color information

#255559 (or 0x255559) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 55 and 59. RGB value is (37,85,89). Sum of RGB (Red+Green+Blue) = 37+85+89=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #255559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255559 is #DAAAA6. Grayscale: #474747. Windows color (decimal): -14330535 or 5854501. OLE color: 5854501.

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

Color convert

RGB378589-
CMYK0.580.0400.65
HSL184.62º41.27%24.71%-
HSV(B)184.62º58.43%34.9%-
XYZ5.817.6110.61-
YUV71.1138.1103.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=17.54%
G=40.28%
B=42.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3785890.580.0400.65184.6241.2724.71
Hex2555593A4041b92919
Octal4512513172401012715131
Binary10010110101011011001111010100010000011011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255559; }

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

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

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

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

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

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

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

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