#26504B

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

Shades of Dark Slate Grey #26504B

Tints of Dark Slate Grey #26504B

Color information

#26504B (or 0x26504B) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 50 and 4B. RGB value is (38,80,75). Sum of RGB (Red+Green+Blue) = 38+80+75=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #26504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #26504B is #D9AFB4. Grayscale: #424242. Windows color (decimal): -14266293 or 4935718. OLE color: 4935718.

HSL color Cylindrical-coordinate representation of color #26504B: hue angle of 172.86º 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 #26504B is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB388075-
CMYK0.5200.060.69
HSL172.86º35.59%23.14%-
HSV(B)172.86º52.5%31.37%-
XYZ4.946.667.68-
YUV66.87132.59107.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=19.69%
G=41.45%
B=38.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3880750.5200.060.69172.8635.5923.14
Hex26504B340645ad2417
Octal4612011364061052554427
Binary10011010100001001011110100011010001011010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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