#394853

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

Shades of Atomic #394853

Tints of Atomic #394853

Color information

#394853 (or 0x394853) is unknown color: approx Atomic. HEX triplet: 39, 48 and 53. RGB value is (57,72,83). Sum of RGB (Red+Green+Blue) = 57+72+83=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #394853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394853 is #C6B7AC. Grayscale: #444444. Windows color (decimal): -13023149 or 5457977. OLE color: 5457977.

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

Color convert

RGB577283-
CMYK0.310.1300.67
HSL205.38º18.57%27.45%-
HSV(B)205.38º31.33%32.55%-
XYZ5.576.139.07-
YUV68.77136.03119.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.89%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=26.89%
G=33.96%
B=39.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5772830.310.1300.67205.3818.5727.45
Hex3948531FD043cd131b
Octal71110123371501033152333
Binary1110011001000101001111111110101000011110011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394853; }

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

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

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

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

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

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

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

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