#254C4D

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

Shades of Dark Slate Grey #254C4D

Tints of Dark Slate Grey #254C4D

Color information

#254C4D (or 0x254C4D) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4C and 4D. RGB value is (37,76,77). Sum of RGB (Red+Green+Blue) = 37+76+77=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 77 - color contains mainly: blue. Hex color #254C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C4D is #DAB3B2. Grayscale: #404040. Windows color (decimal): -14332851 or 5065765. OLE color: 5065765.

HSL color Cylindrical-coordinate representation of color #254C4D: hue angle of 181.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254C4D is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB377677-
CMYK0.520.0100.70
HSL181.5º35.09%22.35%-
HSV(B)181.5º51.95%30.2%-
XYZ4.696.17.95-
YUV64.45135.08108.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=19.47%
G=40%
B=40.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3776770.520.0100.70181.535.0922.35
Hex254C4D341046b62316
Octal4511411564101062664326
Binary100101100110010011011101001010001101011011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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