#27544E

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

Shades of Dark Slate Grey #27544E

Tints of Dark Slate Grey #27544E

Color information

#27544E (or 0x27544E) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 54 and 4E. RGB value is (39,84,78). Sum of RGB (Red+Green+Blue) = 39+84+78=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #27544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27544E is #D8ABB1. Grayscale: #454545. Windows color (decimal): -14199730 or 5133351. OLE color: 5133351.

HSL color Cylindrical-coordinate representation of color #27544E: hue angle of 172º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #27544E is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB398478-
CMYK0.5400.070.67
HSL172º36.59%24.12%-
HSV(B)172º53.57%32.94%-
XYZ5.387.328.34-
YUV69.86132.59105.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 78 (30.86% from 255) = 38.81%
R=19.40%
G=41.79%
B=38.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3984780.5400.070.6717236.5924.12
Hex27544E360743ac2518
Octal4712411666071032544530
Binary10011110101001001110110110011110000111010110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27544E; }

 p { color: rgb(39,84,78); }

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

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

 a { background-color: rgb(39,84,78); }

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

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

 span { border-color: rgb(39,84,78); }

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