#265755

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

Shades of Dark Slate Grey #265755

Tints of Dark Slate Grey #265755

Color information

#265755 (or 0x265755) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 57 and 55. RGB value is (38,87,85). Sum of RGB (Red+Green+Blue) = 38+87+85=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #265755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265755 is #D9A8AA. Grayscale: #484848. Windows color (decimal): -14264491 or 5592870. OLE color: 5592870.

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

Color convert

RGB388785-
CMYK0.5600.020.66
HSL177.55º39.2%24.51%-
HSV(B)177.55º56.32%34.12%-
XYZ5.857.889.81-
YUV72.12135.27103.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=18.10%
G=41.43%
B=40.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3887850.5600.020.66177.5539.224.51
Hex265755380242b22719
Octal4612712570021022624731
Binary1001101010111101010111100001010000101011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265755; }

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

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

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

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

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

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

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

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