Html Css Color HEX #25595B Dark Slate Grey

📋 copy color: '#25595B'

red 37 ◦ green 89 ◦ blue 91

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

Shades of Dark Slate Grey #25595B

Tints of Dark Slate Grey #25595B

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 value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25595B (or 0x25595B) is known color: 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

RGB 37 89 91 -
CMYK 0.59 0.02 0 0.64
HSL 182.22º 0.42% 0.25% -
HSV(B) 182.22º 0.59% 0.36% -
XYZ 6.22 8.29 11.17 -
YUV 73.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 37 89 91 0.59 0.02 0 0.64 182.22 0.42 0.25
Hex 25 59 5B 3B 2 0 40 B6 2A 19
Octal 45 131 133 73 2 0 100 266 52 31
Binary 100101 1011001 1011011 111011 10 0 1000000 10110110 101010 11001

Color Harmonies of #25595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25595B

Black with #25595B

Text Example


Text Example

White with #25595B

Text Example


Text Example

HTML Codes & Css Web 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>