#26595C

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

Shades of Dark Slate Grey #26595C

Tints of Dark Slate Grey #26595C

Color information

#26595C (or 0x26595C) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 59 and 5C. RGB value is (38,89,92). Sum of RGB (Red+Green+Blue) = 38+89+92=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #26595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26595C is #D9A6A3. Grayscale: #4A4A4A. Windows color (decimal): -14263972 or 6052134. OLE color: 6052134.

HSL color Cylindrical-coordinate representation of color #26595C: hue angle of 183.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26595C is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB388992-
CMYK0.590.0300.64
HSL183.33º41.54%25.49%-
HSV(B)183.33º58.7%36.08%-
XYZ6.38.3311.4-
YUV74.09138.1102.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 92 (36.33% from 255) = 42.01%
R=17.35%
G=40.64%
B=42.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3889920.590.0300.64183.3341.5425.49
Hex26595C3B3040b72a19
Octal4613113473301002675231
Binary1001101011001101110011101111010000001011011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,89,92); }

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

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

 a { background-color: rgb(38,89,92); }

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

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

 span { border-color: rgb(38,89,92); }

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