#25575B

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

Shades of Dark Slate Grey #25575B

Tints of Dark Slate Grey #25575B

Color information

#25575B (or 0x25575B) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 57 and 5B. RGB value is (37,87,91). Sum of RGB (Red+Green+Blue) = 37+87+91=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #25575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25575B is #DAA8A4. Grayscale: #484848. Windows color (decimal): -14330021 or 5986085. OLE color: 5986085.

HSL color Cylindrical-coordinate representation of color #25575B: hue angle of 184.44º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25575B is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB378791-
CMYK0.590.0400.64
HSL184.44º42.19%25.1%-
HSV(B)184.44º59.34%35.69%-
XYZ6.067.9711.12-
YUV72.51138.44102.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.21%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=17.21%
G=40.47%
B=42.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3787910.590.0400.64184.4442.1925.1
Hex25575B3B4040b82a19
Octal4512713373401002705231
Binary10010110101111011011111011100010000001011100010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25575B; }

 p { color: rgb(37,87,91); }

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

<style>
 a { background-color: #25575B; }

 a { background-color: rgb(37,87,91); }

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

<style>
 span { border-color: #25575B; }

 span { border-color: rgb(37,87,91); }

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