Html Css Color HEX #25524F Dark Slate Grey

📋 copy color: '#25524F'

red 37 ◦ green 82 ◦ blue 79

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

Shades of Dark Slate Grey #25524F

Tints of Dark Slate Grey #25524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.9%

R = 18.69%
G = 41.41%
B = 39.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#25524F (or 0x25524F) is known color: Dark Slate Grey. HEX triplet: 25, 52 and 4F. RGB value is (37,82,79). Sum of RGB (Red+Green+Blue) = 37+82+79=198 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.69% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #25524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25524F is #DAADB0. Grayscale: #444444. Windows color (decimal): -14331313 or 5198373. OLE color: 5198373.

HSL color Cylindrical-coordinate representation of color #25524F: hue angle of 176º 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 #25524F is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 79 -
CMYK 0.55 0 0.04 0.68
HSL 176º 0.38% 0.23% -
HSV(B) 176º 0.55% 0.32% -
XYZ 5.19 6.99 8.47 -
YUV 68.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 37 82 79 0.55 0 0.04 0.68 176 0.38 0.23
Hex 25 52 4F 37 0 4 44 B0 26 17
Octal 45 122 117 67 0 4 104 260 46 27
Binary 100101 1010010 1001111 110111 0 100 1000100 10110000 100110 10111

Color Harmonies of #25524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25524F

Black with #25524F

Text Example


Text Example

White with #25524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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