Html Css Color HEX #25575A Dark Slate Grey

📋 copy color: '#25575A'

red 37 ◦ green 87 ◦ blue 90

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

Shades of Dark Slate Grey #25575A

Tints of Dark Slate Grey #25575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

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

R = 17.29%
G = 40.65%
B = 42.06%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#25575A (or 0x25575A) is known color: Dark Slate Grey. HEX triplet: 25, 57 and 5A. RGB value is (37,87,90). Sum of RGB (Red+Green+Blue) = 37+87+90=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #25575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25575A is #DAA8A5. Grayscale: #484848. Windows color (decimal): -14330022 or 5920549. OLE color: 5920549.

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

Color convert

RGB 37 87 90 -
CMYK 0.59 0.03 0 0.65
HSL 183.4º 0.42% 0.25% -
HSV(B) 183.4º 0.59% 0.35% -
XYZ 6.02 7.95 10.89 -
YUV 72.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 37 87 90 0.59 0.03 0 0.65 183.4 0.42 0.25
Hex 25 57 5A 3B 3 0 41 B7 2A 19
Octal 45 127 132 73 3 0 101 267 52 31
Binary 100101 1010111 1011010 111011 11 0 1000001 10110111 101010 11001

Color Harmonies of #25575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25575A

Black with #25575A

Text Example


Text Example

White with #25575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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