Html Css Color HEX #25524B Dark Slate Grey

📋 copy color: '#25524B'

red 37 ◦ green 82 ◦ blue 75

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

Shades of Dark Slate Grey #25524B

Tints of Dark Slate Grey #25524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.66%

R = 19.07%
G = 42.27%
B = 38.66%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#25524B (or 0x25524B) is known color: Dark Slate Grey. HEX triplet: 25, 52 and 4B. RGB value is (37,82,75). Sum of RGB (Red+Green+Blue) = 37+82+75=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #25524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25524B is #DAADB4. Grayscale: #434343. Windows color (decimal): -14331317 or 4936229. OLE color: 4936229.

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

Color convert

RGB 37 82 75 -
CMYK 0.55 0 0.09 0.68
HSL 170.67º 0.38% 0.23% -
HSV(B) 170.67º 0.55% 0.32% -
XYZ 5.05 6.94 7.73 -
YUV 67.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 37 82 75 0.55 0 0.09 0.68 170.67 0.38 0.23
Hex 25 52 4B 37 0 9 44 AB 26 17
Octal 45 122 113 67 0 11 104 253 46 27
Binary 100101 1010010 1001011 110111 0 1001 1000100 10101011 100110 10111

Color Harmonies of #25524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25524B

Black with #25524B

Text Example


Text Example

White with #25524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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