Html Css Color HEX #25585B Dark Slate Grey

📋 copy color: '#25585B'

red 37 ◦ green 88 ◦ blue 91

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

Shades of Dark Slate Grey #25585B

Tints of Dark Slate Grey #25585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 17.13%
G = 40.74%
B = 42.13%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#25585B (or 0x25585B) is known color: Dark Slate Grey. HEX triplet: 25, 58 and 5B. RGB value is (37,88,91). Sum of RGB (Red+Green+Blue) = 37+88+91=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #25585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25585B is #DAA7A4. Grayscale: #494949. Windows color (decimal): -14329765 or 5986341. OLE color: 5986341.

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

Color convert

RGB 37 88 91 -
CMYK 0.59 0.03 0 0.64
HSL 183.33º 0.42% 0.25% -
HSV(B) 183.33º 0.59% 0.36% -
XYZ 6.14 8.13 11.14 -
YUV 73.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 37 88 91 0.59 0.03 0 0.64 183.33 0.42 0.25
Hex 25 58 5B 3B 3 0 40 B7 2A 19
Octal 45 130 133 73 3 0 100 267 52 31
Binary 100101 1011000 1011011 111011 11 0 1000000 10110111 101010 11001

Color Harmonies of #25585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25585B

Black with #25585B

Text Example


Text Example

White with #25585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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