#265257

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

Shades of Dark Slate Grey #265257

Tints of Dark Slate Grey #265257

Color information

#265257 (or 0x265257) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 52 and 57. RGB value is (38,82,87). Sum of RGB (Red+Green+Blue) = 38+82+87=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #265257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265257 is #D9ADA8. Grayscale: #454545. Windows color (decimal): -14265769 or 5722662. OLE color: 5722662.

HSL color Cylindrical-coordinate representation of color #265257: hue angle of 186.12º 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 #265257 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB388287-
CMYK0.560.0600.66
HSL186.12º39.2%24.51%-
HSV(B)186.12º56.32%34.12%-
XYZ5.547.1310.1-
YUV69.41137.92105.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=18.36%
G=39.61%
B=42.03%

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
Decimal3882870.560.0600.66186.1239.224.51
Hex265257386042ba2719
Octal4612212770601022724731
Binary10011010100101010111111000110010000101011101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265257; }

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

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

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

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

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

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

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

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