Html Css Color HEX #394550 Arsenic

📋 copy color: '#394550'

red 57 ◦ green 69 ◦ blue 80

#394550
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arsenic #394550

Tints of Arsenic #394550

RGB

 RED value IS 57 (22.66% from 255) = 27.67%

 GREEN value IS 69 (27.34% from 255) = 33.5%

 BLUE value IS 80 (31.64% from 255) = 38.83%

R = 27.67%
G = 33.5%
B = 38.83%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#394550 (or 0x394550) is known color: 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

RGB 57 69 80 -
CMYK 0.29 0.14 0 0.69
HSL 208.7º 0.17% 0.27% -
HSV(B) 208.7º 0.29% 0.31% -
XYZ 5.26 5.71 8.41 -
YUV 66.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 57 69 80 0.29 0.14 0 0.69 208.7 0.17 0.27
Hex 39 45 50 1D E 0 45 D1 11 1B
Octal 71 105 120 35 16 0 105 321 21 33
Binary 111001 1000101 1010000 11101 1110 0 1000101 11010001 10001 11011

Color Harmonies of #394550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394550

Black with #394550

Text Example


Text Example

White with #394550

Text Example


Text Example

HTML Codes & Css Web 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>