#25504B

Color #25504B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #25504B

Tints of Dark Slate Grey #25504B

Color information

#25504B (or 0x25504B) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 50 and 4B. RGB value is (37,80,75). Sum of RGB (Red+Green+Blue) = 37+80+75=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #25504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #25504B is #DAAFB4. Grayscale: #424242. Windows color (decimal): -14331829 or 4935717. OLE color: 4935717.

HSL color Cylindrical-coordinate representation of color #25504B: hue angle of 173.02º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #25504B is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB378075-
CMYK0.5400.060.69
HSL173.02º36.75%22.94%-
HSV(B)173.02º53.75%31.37%-
XYZ4.96.647.68-
YUV66.57132.75106.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 80 (31.64% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=19.27%
G=41.67%
B=39.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3780750.5400.060.69173.0236.7522.94
Hex25504B360645ad2517
Octal4512011366061052554527
Binary10010110100001001011110110011010001011010110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25504B;
 }
 .AnyTagClassName
 {
   color: #25504B;
 }
</style>
background-color css

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

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

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

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

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

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