#26504C

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

Shades of Dark Slate Grey #26504C

Tints of Dark Slate Grey #26504C

Color information

#26504C (or 0x26504C) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 50 and 4C. RGB value is (38,80,76). Sum of RGB (Red+Green+Blue) = 38+80+76=194 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.59% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #26504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26504C is #D9AFB3. Grayscale: #424242. Windows color (decimal): -14266292 or 5001254. OLE color: 5001254.

HSL color Cylindrical-coordinate representation of color #26504C: hue angle of 174.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #26504C is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB388076-
CMYK0.5200.050.69
HSL174.29º35.59%23.14%-
HSV(B)174.29º52.5%31.37%-
XYZ4.976.677.86-
YUV66.99133.09107.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.59%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 76 (30.08% from 255) = 39.18%
R=19.59%
G=41.24%
B=39.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880760.5200.050.69174.2935.5923.14
Hex26504C340545ae2417
Octal4612011464051052564427
Binary10011010100001001100110100010110001011010111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,80,76); }

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

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

 a { background-color: rgb(38,80,76); }

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

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

 span { border-color: rgb(38,80,76); }

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