Html Css Color HEX #254E50 Dark Slate Grey

📋 copy color: '#254E50'

red 37 ◦ green 78 ◦ blue 80

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

Shades of Dark Slate Grey #254E50

Tints of Dark Slate Grey #254E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 40%

 BLUE value IS 80 (31.64% from 255) = 41.03%

R = 18.97%
G = 40%
B = 41.03%

CMYK

 C value IS 0.54

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#254E50 (or 0x254E50) is known color: Dark Slate Grey. HEX triplet: 25, 4E and 50. RGB value is (37,78,80). Sum of RGB (Red+Green+Blue) = 37+78+80=195 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.97% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #254E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E50 is #DAB1AF. Grayscale: #414141. Windows color (decimal): -14332336 or 5262885. OLE color: 5262885.

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

Color convert

RGB 37 78 80 -
CMYK 0.54 0.02 0 0.69
HSL 182.79º 0.37% 0.23% -
HSV(B) 182.79º 0.54% 0.31% -
XYZ 4.94 6.42 8.57 -
YUV 65.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 37 78 80 0.54 0.02 0 0.69 182.79 0.37 0.23
Hex 25 4E 50 36 2 0 45 B7 25 17
Octal 45 116 120 66 2 0 105 267 45 27
Binary 100101 1001110 1010000 110110 10 0 1000101 10110111 100101 10111

Color Harmonies of #254E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254E50

Black with #254E50

Text Example


Text Example

White with #254E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,78,80); }

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

background-color css

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

 a { background-color: rgb(37,78,80); }

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

border-color css

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

 span { border-color: rgb(37,78,80); }

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