Html Css Color HEX #25524D Dark Slate Grey

📋 copy color: '#25524D'

red 37 ◦ green 82 ◦ blue 77

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

Shades of Dark Slate Grey #25524D

Tints of Dark Slate Grey #25524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.84%

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 18.88%
G = 41.84%
B = 39.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#25524D (or 0x25524D) is known color: Dark Slate Grey. HEX triplet: 25, 52 and 4D. RGB value is (37,82,77). Sum of RGB (Red+Green+Blue) = 37+82+77=196 (25% of max value = 765). Red value is 37 (14.84% from 255 or 18.88% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #25524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25524D is #DAADB2. Grayscale: #434343. Windows color (decimal): -14331315 or 5067301. OLE color: 5067301.

HSL color Cylindrical-coordinate representation of color #25524D: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #25524D is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 77 -
CMYK 0.55 0 0.06 0.68
HSL 173.33º 0.38% 0.23% -
HSV(B) 173.33º 0.55% 0.32% -
XYZ 5.12 6.96 8.1 -
YUV 67.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 37 82 77 0.55 0 0.06 0.68 173.33 0.38 0.23
Hex 25 52 4D 37 0 6 44 AD 26 17
Octal 45 122 115 67 0 6 104 255 46 27
Binary 100101 1010010 1001101 110111 0 110 1000100 10101101 100110 10111

Color Harmonies of #25524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25524D

Black with #25524D

Text Example


Text Example

White with #25524D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,82,77); }

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

background-color css

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

 a { background-color: rgb(37,82,77); }

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

border-color css

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

 span { border-color: rgb(37,82,77); }

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