#275550

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

Shades of Dark Slate Grey #275550

Tints of Dark Slate Grey #275550

Color information

#275550 (or 0x275550) is unknown color: approx Dark Slate Grey. HEX triplet: 27, 55 and 50. RGB value is (39,85,80). Sum of RGB (Red+Green+Blue) = 39+85+80=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #275550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #275550 is #D8AAAF. Grayscale: #464646. Windows color (decimal): -14199472 or 5264679. OLE color: 5264679.

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

Color convert

RGB398580-
CMYK0.5400.060.67
HSL173.48º37.1%24.31%-
HSV(B)173.48º54.12%33.33%-
XYZ5.537.518.75-
YUV70.68133.26105.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=19.12%
G=41.67%
B=39.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985800.5400.060.67173.4837.124.31
Hex275550360643ad2518
Octal4712512066061032554530
Binary10011110101011010000110110011010000111010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275550; }

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

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

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

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

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

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

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

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