Html Css Color HEX #254D4F Dark Slate Grey

📋 copy color: '#254D4F'

red 37 ◦ green 77 ◦ blue 79

#254D4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #254D4F

Tints of Dark Slate Grey #254D4F

RGB

 RED value IS 37 (14.84% from 255) = 19.17%

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 19.17%
G = 39.9%
B = 40.93%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#254D4F (or 0x254D4F) is known color: Dark Slate Grey. HEX triplet: 25, 4D and 4F. RGB value is (37,77,79). Sum of RGB (Red+Green+Blue) = 37+77+79=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #254D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D4F is #DAB2B0. Grayscale: #414141. Windows color (decimal): -14332593 or 5197093. OLE color: 5197093.

HSL color Cylindrical-coordinate representation of color #254D4F: hue angle of 182.86º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254D4F is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 77 79 -
CMYK 0.53 0.03 0 0.69
HSL 182.86º 0.36% 0.23% -
HSV(B) 182.86º 0.53% 0.31% -
XYZ 4.83 6.27 8.35 -
YUV 65.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 37 77 79 0.53 0.03 0 0.69 182.86 0.36 0.23
Hex 25 4D 4F 35 3 0 45 B7 24 17
Octal 45 115 117 65 3 0 105 267 44 27
Binary 100101 1001101 1001111 110101 11 0 1000101 10110111 100100 10111

Color Harmonies of #254D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D4F

Black with #254D4F

Text Example


Text Example

White with #254D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #254D4F;
 }
 .AnyTagClassName
 {
   color: #254D4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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