#275759

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

Shades of Dark Slate Grey #275759

Tints of Dark Slate Grey #275759

Color information

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

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

Color convert

RGB398789-
CMYK0.560.0200.65
HSL182.4º39.06%25.1%-
HSV(B)182.4º56.18%34.9%-
XYZ6.057.9710.67-
YUV72.88137.1103.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3987890.560.0200.65182.439.0625.1
Hex275759382041b62719
Octal4712713170201012664731
Binary1001111010111101100111100010010000011011011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275759; }

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

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

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

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

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

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

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

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