#265956

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

Shades of Dark Slate Grey #265956

Tints of Dark Slate Grey #265956

Color information

#265956 (or 0x265956) is unknown color: approx Dark Slate Grey. HEX triplet: 26, 59 and 56. RGB value is (38,89,86). Sum of RGB (Red+Green+Blue) = 38+89+86=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #265956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #265956 is #D9A6A9. Grayscale: #494949. Windows color (decimal): -14263978 or 5658918. OLE color: 5658918.

HSL color Cylindrical-coordinate representation of color #265956: hue angle of 176.47º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265956 is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB388986-
CMYK0.5700.030.65
HSL176.47º40.16%24.9%-
HSV(B)176.47º57.3%34.9%-
XYZ6.058.2310.07-
YUV73.41135.1102.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 86 (33.98% from 255) = 40.38%
R=17.84%
G=41.78%
B=40.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3889860.5700.030.65176.4740.1624.9
Hex265956390341b02819
Octal4613112671031012605031
Binary1001101011001101011011100101110000011011000010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265956; }

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

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

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

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

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

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

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

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