#25514E

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

Shades of Dark Slate Grey #25514E

Tints of Dark Slate Grey #25514E

Color information

#25514E (or 0x25514E) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 51 and 4E. RGB value is (37,81,78). Sum of RGB (Red+Green+Blue) = 37+81+78=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #25514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25514E is #DAAEB1. Grayscale: #434343. Windows color (decimal): -14331570 or 5132581. OLE color: 5132581.

HSL color Cylindrical-coordinate representation of color #25514E: hue angle of 175.91º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25514E is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB378178-
CMYK0.5400.040.68
HSL175.91º37.29%23.14%-
HSV(B)175.91º54.32%31.76%-
XYZ5.086.838.26-
YUV67.5133.92106.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.88%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 78 (30.86% from 255) = 39.80%
R=18.88%
G=41.33%
B=39.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3781780.5400.040.68175.9137.2923.14
Hex25514E360444b02517
Octal4512111666041042604527
Binary10010110100011001110110110010010001001011000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25514E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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