#25585A

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

Shades of Dark Slate Grey #25585A

Tints of Dark Slate Grey #25585A

Color information

#25585A (or 0x25585A) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 58 and 5A. RGB value is (37,88,90). Sum of RGB (Red+Green+Blue) = 37+88+90=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #25585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25585A is #DAA7A5. Grayscale: #484848. Windows color (decimal): -14329766 or 5920805. OLE color: 5920805.

HSL color Cylindrical-coordinate representation of color #25585A: hue angle of 182.26º 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 #25585A is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB378890-
CMYK0.590.0200.65
HSL182.26º41.73%24.9%-
HSV(B)182.26º58.89%35.29%-
XYZ6.18.1110.92-
YUV72.98137.6102.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 88 (34.77% from 255) = 40.93%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=17.21%
G=40.93%
B=41.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3788900.590.0200.65182.2641.7324.9
Hex25585A3B2041b62a19
Octal4513013273201012665231
Binary1001011011000101101011101110010000011011011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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