#275557

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

Shades of Dark Slate Grey #275557

Tints of Dark Slate Grey #275557

Color information

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

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

Color convert

RGB398587-
CMYK0.550.0200.66
HSL182.5º38.1%24.71%-
HSV(B)182.5º55.17%34.12%-
XYZ5.817.6210.18-
YUV71.47136.76104.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3985870.550.0200.66182.538.124.71
Hex275557372042b62619
Octal4712512767201022664631
Binary1001111010101101011111011110010000101011011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275557; }

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

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

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

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

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

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

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

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