#254E52

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

Shades of Dark Slate Grey #254E52

Tints of Dark Slate Grey #254E52

Color information

#254E52 (or 0x254E52) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 4E and 52. RGB value is (37,78,82). Sum of RGB (Red+Green+Blue) = 37+78+82=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #254E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254E52 is #DAB1AD. Grayscale: #424242. Windows color (decimal): -14332334 or 5393957. OLE color: 5393957.

HSL color Cylindrical-coordinate representation of color #254E52: hue angle of 185.33º 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 #254E52 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB377882-
CMYK0.550.0500.68
HSL185.33º37.82%23.33%-
HSV(B)185.33º54.88%32.16%-
XYZ5.016.458.96-
YUV66.2136.92107.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.78%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=18.78%
G=39.59%
B=41.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3778820.550.0500.68185.3337.8223.33
Hex254E52375044b92617
Octal4511612267501042714627
Binary10010110011101010010110111101010001001011100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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