#25585C

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

Shades of Dark Slate Grey #25585C

Tints of Dark Slate Grey #25585C

Color information

#25585C (or 0x25585C) is unknown color: approx Dark Slate Grey. HEX triplet: 25, 58 and 5C. RGB value is (37,88,92). Sum of RGB (Red+Green+Blue) = 37+88+92=217 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.05% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #25585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25585C is #DAA7A3. Grayscale: #494949. Windows color (decimal): -14329764 or 6051877. OLE color: 6051877.

HSL color Cylindrical-coordinate representation of color #25585C: hue angle of 184.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25585C is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB378892-
CMYK0.600.0400.64
HSL184.36º42.64%25.29%-
HSV(B)184.36º59.78%36.08%-
XYZ6.188.1511.37-
YUV73.21138.6102.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 17.05%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=17.05%
G=40.55%
B=42.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3788920.600.0400.64184.3642.6425.29
Hex25585C3C4040b82b19
Octal4513013474401002705331
Binary10010110110001011100111100100010000001011100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25585C; }

 p { color: rgb(37,88,92); }

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

<style>
 a { background-color: #25585C; }

 a { background-color: rgb(37,88,92); }

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

<style>
 span { border-color: #25585C; }

 span { border-color: rgb(37,88,92); }

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