#254D52

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

Shades of Dark Slate Grey #254D52

Tints of Dark Slate Grey #254D52

Color information

#254D52 (or 0x254D52) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4D and 52. RGB value is (37,77,82). Sum of RGB (Red+Green+Blue) = 37+77+82=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #254D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D52 is #DAB2AD. Grayscale: #414141. Windows color (decimal): -14332590 or 5393701. OLE color: 5393701.

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

Color convert

RGB377782-
CMYK0.550.0600.68
HSL186.67º37.82%23.33%-
HSV(B)186.67º54.88%32.16%-
XYZ4.946.318.94-
YUV65.61137.25107.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=18.88%
G=39.29%
B=41.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3777820.550.0600.68186.6737.8223.33
Hex254D52376044bb2617
Octal4511512267601042734627
Binary10010110011011010010110111110010001001011101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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