Html Css Color HEX #25595A Dark Slate Grey

📋 copy color: '#25595A'

red 37 ◦ green 89 ◦ blue 90

#25595A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #25595A

Tints of Dark Slate Grey #25595A

RGB

 RED value IS 37 (14.84% from 255) = 17.13%

 GREEN value IS 89 (35.16% from 255) = 41.2%

 BLUE value IS 90 (35.55% from 255) = 41.67%

R = 17.13%
G = 41.2%
B = 41.67%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25595A (or 0x25595A) is known color: Dark Slate Grey. HEX triplet: 25, 59 and 5A. RGB value is (37,89,90). Sum of RGB (Red+Green+Blue) = 37+89+90=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #25595A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25595A is #DAA6A5. Grayscale: #494949. Windows color (decimal): -14329510 or 5921061. OLE color: 5921061.

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

Color convert

RGB 37 89 90 -
CMYK 0.59 0.01 0 0.65
HSL 181.13º 0.42% 0.25% -
HSV(B) 181.13º 0.59% 0.35% -
XYZ 6.18 8.28 10.94 -
YUV 73.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 37 89 90 0.59 0.01 0 0.65 181.13 0.42 0.25
Hex 25 59 5A 3B 1 0 41 B5 2A 19
Octal 45 131 132 73 1 0 101 265 52 31
Binary 100101 1011001 1011010 111011 1 0 1000001 10110101 101010 11001

Color Harmonies of #25595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25595A

Black with #25595A

Text Example


Text Example

White with #25595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25595A;
 }
 .AnyTagClassName
 {
   color: #25595A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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