Html Css Color HEX #25585A Dark Slate Grey

📋 copy color: '#25585A'

red 37 ◦ green 88 ◦ blue 90

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

Shades of Dark Slate Grey #25585A

Tints of Dark Slate Grey #25585A

RGB

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

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

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

R = 17.21%
G = 40.93%
B = 41.86%

CMYK

 C value IS 0.59

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25585A (or 0x25585A) is known color: Dark Slate Grey. HEX triplet: 25, 58 and 5A. RGB value is (37,88,90). Sum of RGB (Red+Green+Blue) = 37+88+90=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #25585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25585A is #DAA7A5. Grayscale: #484848. Windows color (decimal): -14329766 or 5920805. OLE color: 5920805.

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

Color convert

RGB 37 88 90 -
CMYK 0.59 0.02 0 0.65
HSL 182.26º 0.42% 0.25% -
HSV(B) 182.26º 0.59% 0.35% -
XYZ 6.1 8.11 10.92 -
YUV 72.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 37 88 90 0.59 0.02 0 0.65 182.26 0.42 0.25
Hex 25 58 5A 3B 2 0 41 B6 2A 19
Octal 45 130 132 73 2 0 101 266 52 31
Binary 100101 1011000 1011010 111011 10 0 1000001 10110110 101010 11001

Color Harmonies of #25585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25585A

Black with #25585A

Text Example


Text Example

White with #25585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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