Html Css Color HEX #25595C Dark Slate Grey

📋 copy color: '#25595C'

red 37 ◦ green 89 ◦ blue 92

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

Shades of Dark Slate Grey #25595C

Tints of Dark Slate Grey #25595C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 42.2%

R = 16.97%
G = 40.83%
B = 42.2%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25595C (or 0x25595C) is known color: Dark Slate Grey. HEX triplet: 25, 59 and 5C. RGB value is (37,89,92). Sum of RGB (Red+Green+Blue) = 37+89+92=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #25595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25595C is #DAA6A3. Grayscale: #494949. Windows color (decimal): -14329508 or 6052133. OLE color: 6052133.

HSL color Cylindrical-coordinate representation of color #25595C: hue angle of 183.27º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25595C is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 89 92 -
CMYK 0.60 0.03 0 0.64
HSL 183.27º 0.43% 0.25% -
HSV(B) 183.27º 0.6% 0.36% -
XYZ 6.27 8.31 11.4 -
YUV 73.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 37 89 92 0.60 0.03 0 0.64 183.27 0.43 0.25
Hex 25 59 5C 3C 3 0 40 B7 2B 19
Octal 45 131 134 74 3 0 100 267 53 31
Binary 100101 1011001 1011100 111100 11 0 1000000 10110111 101011 11001

Color Harmonies of #25595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25595C

Black with #25595C

Text Example


Text Example

White with #25595C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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