#26575C

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

Shades of Dark Slate Grey #26575C

Tints of Dark Slate Grey #26575C

Color information

#26575C (or 0x26575C) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 57 and 5C. RGB value is (38,87,92). Sum of RGB (Red+Green+Blue) = 38+87+92=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 87 (34.38% from 255 or 40.09% 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 #26575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26575C is #D9A8A3. Grayscale: #484848. Windows color (decimal): -14264484 or 6051622. OLE color: 6051622.

HSL color Cylindrical-coordinate representation of color #26575C: hue angle of 185.56º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26575C is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB388792-
CMYK0.590.0500.64
HSL185.56º41.54%25.49%-
HSV(B)185.56º58.7%36.08%-
XYZ6.14811.35-
YUV72.92138.77103.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=17.51%
G=40.09%
B=42.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3887920.590.0500.64185.5641.5425.49
Hex26575C3B5040ba2a19
Octal4612713473501002725231
Binary10011010101111011100111011101010000001011101010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,87,92); }

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

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

 a { background-color: rgb(38,87,92); }

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

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

 span { border-color: rgb(38,87,92); }

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