#394550

Color #394550 Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #394550

Tints of Arsenic #394550

Color information

#394550 (or 0x394550) is unknown color: approx Arsenic. HEX triplet: 39, 45 and 50. RGB value is (57,69,80). Sum of RGB (Red+Green+Blue) = 57+69+80=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #394550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394550 is #C6BAAF. Grayscale: #424242. Windows color (decimal): -13023920 or 5260601. OLE color: 5260601.

HSL color Cylindrical-coordinate representation of color #394550: hue angle of 208.7º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #394550 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB576980-
CMYK0.290.1400.69
HSL208.7º16.79%26.86%-
HSV(B)208.7º28.75%31.37%-
XYZ5.265.718.41-
YUV66.67135.52121.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=27.67%
G=33.50%
B=38.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5769800.290.1400.69208.716.7926.86
Hex3945501DE045d1111b
Octal71105120351601053212133
Binary1110011000101101000011101111001000101110100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394550; }

 p { color: rgb(57,69,80); }

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

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

 a { background-color: rgb(57,69,80); }

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

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

 span { border-color: rgb(57,69,80); }

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