#265657

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

Shades of Dark Slate Grey #265657

Tints of Dark Slate Grey #265657

Color information

#265657 (or 0x265657) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 56 and 57. RGB value is (38,86,87). Sum of RGB (Red+Green+Blue) = 38+86+87=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #265657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265657 is #D9A9A8. Grayscale: #474747. Windows color (decimal): -14264745 or 5723686. OLE color: 5723686.

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

Color convert

RGB388687-
CMYK0.560.0100.66
HSL181.22º39.2%24.51%-
HSV(B)181.22º56.32%34.12%-
XYZ5.857.7610.21-
YUV71.76136.6103.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.01%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=18.01%
G=40.76%
B=41.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3886870.560.0100.66181.2239.224.51
Hex265657381042b52719
Octal4612612770101022654731
Binary100110101011010101111110001010000101011010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265657; }

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

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

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

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

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

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

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

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