#275957

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

Shades of Dark Slate Grey #275957

Tints of Dark Slate Grey #275957

Color information

#275957 (or 0x275957) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 59 and 57. RGB value is (39,89,87). Sum of RGB (Red+Green+Blue) = 39+89+87=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 87 (34.38% from 255 or 40.47% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #275957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275957 is #D8A6A8. Grayscale: #494949. Windows color (decimal): -14198441 or 5724455. OLE color: 5724455.

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

Color convert

RGB398987-
CMYK0.5600.020.65
HSL177.6º39.06%25.1%-
HSV(B)177.6º56.18%34.9%-
XYZ6.138.2610.29-
YUV73.82135.44103.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 89 (35.16% from 255) = 41.40%
BLUE value IS 87 (34.38% from 255) = 40.47%
R=18.14%
G=41.40%
B=40.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3989870.5600.020.65177.639.0625.1
Hex275957380241b22719
Octal4713112770021012624731
Binary1001111011001101011111100001010000011011001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275957; }

 p { color: rgb(39,89,87); }

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

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

 a { background-color: rgb(39,89,87); }

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

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

 span { border-color: rgb(39,89,87); }

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