#394953

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

Shades of Atomic #394953

Tints of Atomic #394953

Color information

#394953 (or 0x394953) is unknown color: approx Atomic. HEX triplet: 39, 49 and 53. RGB value is (57,73,83). Sum of RGB (Red+Green+Blue) = 57+73+83=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #394953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394953 is #C6B6AC. Grayscale: #454545. Windows color (decimal): -13022893 or 5458233. OLE color: 5458233.

HSL color Cylindrical-coordinate representation of color #394953: hue angle of 203.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #394953 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB577383-
CMYK0.310.1200.67
HSL203.08º18.57%27.45%-
HSV(B)203.08º31.33%32.55%-
XYZ5.636.269.1-
YUV69.36135.7119.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.76%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=26.76%
G=34.27%
B=38.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5773830.310.1200.67203.0818.5727.45
Hex3949531FC043cb131b
Octal71111123371401033132333
Binary1110011001001101001111111110001000011110010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394953; }

 p { color: rgb(57,73,83); }

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

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

 a { background-color: rgb(57,73,83); }

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

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

 span { border-color: rgb(57,73,83); }

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