#275755

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

Shades of Dark Slate Grey #275755

Tints of Dark Slate Grey #275755

Color information

#275755 (or 0x275755) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 57 and 55. RGB value is (39,87,85). Sum of RGB (Red+Green+Blue) = 39+87+85=211 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.48% from 211); Green value is 87 (34.38% from 255 or 41.23% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 87 - color contains mainly: green. Hex color #275755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275755 is #D8A8AA. Grayscale: #484848. Windows color (decimal): -14198955 or 5592871. OLE color: 5592871.

HSL color Cylindrical-coordinate representation of color #275755: hue angle of 177.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275755 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB398785-
CMYK0.5500.020.66
HSL177.5º38.1%24.71%-
HSV(B)177.5º55.17%34.12%-
XYZ5.887.99.81-
YUV72.42135.1104.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.48%
GREEN value IS 87 (34.38% from 255) = 41.23%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=18.48%
G=41.23%
B=40.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3987850.5500.020.66177.538.124.71
Hex275755370242b22619
Octal4712712567021022624631
Binary1001111010111101010111011101010000101011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275755; }

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

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

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

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

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

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

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

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