#25524E

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

Shades of Dark Slate Grey #25524E

Tints of Dark Slate Grey #25524E

Color information

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

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

Color convert

RGB378278-
CMYK0.5500.050.68
HSL174.67º37.82%23.33%-
HSV(B)174.67º54.88%32.16%-
XYZ5.166.988.28-
YUV68.09133.59105.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782780.5500.050.68174.6737.8223.33
Hex25524E370544af2617
Octal4512211667051042574627
Binary10010110100101001110110111010110001001010111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25524E; }

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

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

<style>
 a { background-color: #25524E; }

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

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

<style>
 span { border-color: #25524E; }

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

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