#26585B

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

Shades of Dark Slate Grey #26585B

Tints of Dark Slate Grey #26585B

Color information

#26585B (or 0x26585B) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 58 and 5B. RGB value is (38,88,91). Sum of RGB (Red+Green+Blue) = 38+88+91=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 91 - color contains mainly: blue. Hex color #26585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26585B is #D9A7A4. Grayscale: #494949. Windows color (decimal): -14264229 or 5986342. OLE color: 5986342.

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

Color convert

RGB388891-
CMYK0.580.0300.64
HSL183.4º41.09%25.29%-
HSV(B)183.4º58.24%35.69%-
XYZ6.188.1511.14-
YUV73.39137.94102.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 88 (34.77% from 255) = 40.55%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=17.51%
G=40.55%
B=41.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3888910.580.0300.64183.441.0925.29
Hex26585B3A3040b72919
Octal4613013372301002675131
Binary1001101011000101101111101011010000001011011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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