Html Css Color HEX #25585D Dark Slate Grey

📋 copy color: '#25585D'

red 37 ◦ green 88 ◦ blue 93

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

Shades of Dark Slate Grey #25585D

Tints of Dark Slate Grey #25585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

 BLUE value IS 93 (36.72% from 255) = 42.66%

R = 16.97%
G = 40.37%
B = 42.66%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25585D (or 0x25585D) is known color: Dark Slate Grey. HEX triplet: 25, 58 and 5D. RGB value is (37,88,93). Sum of RGB (Red+Green+Blue) = 37+88+93=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #25585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25585D is #DAA7A2. Grayscale: #494949. Windows color (decimal): -14329763 or 6117413. OLE color: 6117413.

HSL color Cylindrical-coordinate representation of color #25585D: hue angle of 185.36º 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 #25585D is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 37 88 93 -
CMYK 0.60 0.05 0 0.64
HSL 185.36º 0.43% 0.25% -
HSV(B) 185.36º 0.6% 0.36% -
XYZ 6.23 8.16 11.6 -
YUV 73.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 37 88 93 0.60 0.05 0 0.64 185.36 0.43 0.25
Hex 25 58 5D 3C 5 0 40 B9 2B 19
Octal 45 130 135 74 5 0 100 271 53 31
Binary 100101 1011000 1011101 111100 101 0 1000000 10111001 101011 11001

Color Harmonies of #25585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25585D

Black with #25585D

Text Example


Text Example

White with #25585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25585D; }

 p { color: rgb(37,88,93); }

 H1.HeaderClassName
 {
   color: #25585D;
 }
 .AnyTagClassName
 {
   color: #25585D;
 }
</style>

background-color css

<style>
 a { background-color: #25585D; }

 a { background-color: rgb(37,88,93); }

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

border-color css

<style>
 span { border-color: #25585D; }

 span { border-color: rgb(37,88,93); }

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