#254F53

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

Shades of Dark Slate Grey #254F53

Tints of Dark Slate Grey #254F53

Color information

#254F53 (or 0x254F53) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4F and 53. RGB value is (37,79,83). Sum of RGB (Red+Green+Blue) = 37+79+83=199 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.59% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #254F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254F53 is #DAB0AC. Grayscale: #424242. Windows color (decimal): -14332077 or 5459749. OLE color: 5459749.

HSL color Cylindrical-coordinate representation of color #254F53: hue angle of 185.22º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #254F53 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB377983-
CMYK0.550.0500.67
HSL185.22º38.33%23.53%-
HSV(B)185.22º55.42%32.55%-
XYZ5.126.619.19-
YUV66.9137.09106.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.59%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=18.59%
G=39.70%
B=41.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3779830.550.0500.67185.2238.3323.53
Hex254F53375043b92618
Octal4511712367501032714630
Binary10010110011111010011110111101010000111011100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,79,83); }

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

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

 a { background-color: rgb(37,79,83); }

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

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

 span { border-color: rgb(37,79,83); }

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