#255459

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

Shades of Dark Slate Grey #255459

Tints of Dark Slate Grey #255459

Color information

#255459 (or 0x255459) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 54 and 59. RGB value is (37,84,89). Sum of RGB (Red+Green+Blue) = 37+84+89=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #255459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255459 is #DAABA6. Grayscale: #464646. Windows color (decimal): -14330791 or 5854245. OLE color: 5854245.

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

Color convert

RGB378489-
CMYK0.580.0600.65
HSL185.77º41.27%24.71%-
HSV(B)185.77º58.43%34.9%-
XYZ5.747.4610.59-
YUV70.52138.43104.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.62%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=17.62%
G=40%
B=42.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3784890.580.0600.65185.7741.2724.71
Hex2554593A6041ba2919
Octal4512413172601012725131
Binary10010110101001011001111010110010000011011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255459; }

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

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

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

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

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

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

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

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