#26524E

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

Shades of Dark Slate Grey #26524E

Tints of Dark Slate Grey #26524E

Color information

#26524E (or 0x26524E) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 52 and 4E. RGB value is (38,82,78). Sum of RGB (Red+Green+Blue) = 38+82+78=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #26524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26524E is #D9ADB1. Grayscale: #444444. Windows color (decimal): -14265778 or 5132838. OLE color: 5132838.

HSL color Cylindrical-coordinate representation of color #26524E: hue angle of 174.55º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #26524E is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB388278-
CMYK0.5400.050.68
HSL174.55º36.67%23.53%-
HSV(B)174.55º53.66%32.16%-
XYZ5.1978.28-
YUV68.39133.42106.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.19%
GREEN value IS 82 (32.42% from 255) = 41.41%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=19.19%
G=41.41%
B=39.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882780.5400.050.68174.5536.6723.53
Hex26524E360544af2518
Octal4612211666051042574530
Binary10011010100101001110110110010110001001010111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26524E; }

 p { color: rgb(38,82,78); }

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

<style>
 a { background-color: #26524E; }

 a { background-color: rgb(38,82,78); }

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

<style>
 span { border-color: #26524E; }

 span { border-color: rgb(38,82,78); }

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