#26575B

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

Shades of Dark Slate Grey #26575B

Tints of Dark Slate Grey #26575B

Color information

#26575B (or 0x26575B) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 57 and 5B. RGB value is (38,87,91). Sum of RGB (Red+Green+Blue) = 38+87+91=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #26575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26575B is #D9A8A4. Grayscale: #484848. Windows color (decimal): -14264485 or 5986086. OLE color: 5986086.

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

Color convert

RGB388791-
CMYK0.580.0400.64
HSL184.53º41.09%25.29%-
HSV(B)184.53º58.24%35.69%-
XYZ6.17.9811.12-
YUV72.8138.27103.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=17.59%
G=40.28%
B=42.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3887910.580.0400.64184.5341.0925.29
Hex26575B3A4040b92919
Octal4612713372401002715131
Binary10011010101111011011111010100010000001011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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