#254D51

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

Shades of Dark Slate Grey #254D51

Tints of Dark Slate Grey #254D51

Color information

#254D51 (or 0x254D51) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4D and 51. RGB value is (37,77,81). Sum of RGB (Red+Green+Blue) = 37+77+81=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #254D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D51 is #DAB2AE. Grayscale: #414141. Windows color (decimal): -14332591 or 5328165. OLE color: 5328165.

HSL color Cylindrical-coordinate representation of color #254D51: hue angle of 185.45º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #254D51 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB377781-
CMYK0.540.0500.68
HSL185.45º37.29%23.14%-
HSV(B)185.45º54.32%31.76%-
XYZ4.96.38.74-
YUV65.5136.75107.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.97%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=18.97%
G=39.49%
B=41.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3777810.540.0500.68185.4537.2923.14
Hex254D51365044b92517
Octal4511512166501042714527
Binary10010110011011010001110110101010001001011100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254D51; }

 p { color: rgb(37,77,81); }

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

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

 a { background-color: rgb(37,77,81); }

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

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

 span { border-color: rgb(37,77,81); }

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