#25545A

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

Shades of Dark Slate Grey #25545A

Tints of Dark Slate Grey #25545A

Color information

#25545A (or 0x25545A) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 54 and 5A. RGB value is (37,84,90). Sum of RGB (Red+Green+Blue) = 37+84+90=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #25545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25545A is #DAABA5. Grayscale: #464646. Windows color (decimal): -14330790 or 5919781. OLE color: 5919781.

HSL color Cylindrical-coordinate representation of color #25545A: hue angle of 186.79º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25545A is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB378490-
CMYK0.590.0700.65
HSL186.79º41.73%24.9%-
HSV(B)186.79º58.89%35.29%-
XYZ5.787.4710.81-
YUV70.63138.93104.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.54%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=17.54%
G=39.81%
B=42.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3784900.590.0700.65186.7941.7324.9
Hex25545A3B7041bb2a19
Octal4512413273701012735231
Binary10010110101001011010111011111010000011011101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25545A; }

 p { color: rgb(37,84,90); }

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

<style>
 a { background-color: #25545A; }

 a { background-color: rgb(37,84,90); }

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

<style>
 span { border-color: #25545A; }

 span { border-color: rgb(37,84,90); }

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