#26565B

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

Shades of Dark Slate Grey #26565B

Tints of Dark Slate Grey #26565B

Color information

#26565B (or 0x26565B) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 56 and 5B. RGB value is (38,86,91). Sum of RGB (Red+Green+Blue) = 38+86+91=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #26565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26565B is #D9A9A4. Grayscale: #484848. Windows color (decimal): -14264741 or 5985830. OLE color: 5985830.

HSL color Cylindrical-coordinate representation of color #26565B: hue angle of 185.66º 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 #26565B is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB388691-
CMYK0.580.0500.64
HSL185.66º41.09%25.29%-
HSV(B)185.66º58.24%35.69%-
XYZ6.027.8211.09-
YUV72.22138.6103.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.67%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=17.67%
G=40%
B=42.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3886910.580.0500.64185.6641.0925.29
Hex26565B3A5040ba2919
Octal4612613372501002725131
Binary10011010101101011011111010101010000001011101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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