#25595B

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

Shades of Dark Slate Grey #25595B

Tints of Dark Slate Grey #25595B

Color information

#25595B (or 0x25595B) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 59 and 5B. RGB value is (37,89,91). Sum of RGB (Red+Green+Blue) = 37+89+91=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #25595B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25595B is #DAA6A4. Grayscale: #494949. Windows color (decimal): -14329509 or 5986597. OLE color: 5986597.

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

Color convert

RGB378991-
CMYK0.590.0200.64
HSL182.22º42.19%25.1%-
HSV(B)182.22º59.34%35.69%-
XYZ6.228.2911.17-
YUV73.68137.77101.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=17.05%
G=41.01%
B=41.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3789910.590.0200.64182.2242.1925.1
Hex25595B3B2040b62a19
Octal4513113373201002665231
Binary1001011011001101101111101110010000001011011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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