#275554

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

Shades of Dark Slate Grey #275554

Tints of Dark Slate Grey #275554

Color information

#275554 (or 0x275554) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 55 and 54. RGB value is (39,85,84). Sum of RGB (Red+Green+Blue) = 39+85+84=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 84 (33.20% from 255 or 40.38% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #275554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275554 is #D8AAAB. Grayscale: #474747. Windows color (decimal): -14199468 or 5526823. OLE color: 5526823.

HSL color Cylindrical-coordinate representation of color #275554: hue angle of 178.7º 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 #275554 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB398584-
CMYK0.5400.010.67
HSL178.7º37.1%24.31%-
HSV(B)178.7º54.12%33.33%-
XYZ5.697.579.55-
YUV71.13135.26105.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 84 (33.20% from 255) = 40.38%
R=18.75%
G=40.87%
B=40.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985840.5400.010.67178.737.124.31
Hex275554360143b32518
Octal4712512466011032634530
Binary100111101010110101001101100110000111011001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275554; }

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

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

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

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

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

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

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

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