#265156

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

Shades of Dark Slate Grey #265156

Tints of Dark Slate Grey #265156

Color information

#265156 (or 0x265156) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 51 and 56. RGB value is (38,81,86). Sum of RGB (Red+Green+Blue) = 38+81+86=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #265156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265156 is #D9AEA9. Grayscale: #444444. Windows color (decimal): -14266026 or 5656870. OLE color: 5656870.

HSL color Cylindrical-coordinate representation of color #265156: hue angle of 186.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #265156 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB388186-
CMYK0.560.0600.66
HSL186.25º38.71%24.31%-
HSV(B)186.25º55.81%33.73%-
XYZ5.426.979.86-
YUV68.71137.75106.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 86 (33.98% from 255) = 41.95%
R=18.54%
G=39.51%
B=41.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3881860.560.0600.66186.2538.7124.31
Hex265156386042ba2718
Octal4612112670601022724730
Binary10011010100011010110111000110010000101011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265156; }

 p { color: rgb(38,81,86); }

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

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

 a { background-color: rgb(38,81,86); }

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

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

 span { border-color: rgb(38,81,86); }

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