Html Css Color HEX #394953 Atomic

📋 copy color: '#394953'

red 57 ◦ green 73 ◦ blue 83

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

Shades of Atomic #394953

Tints of Atomic #394953

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 value IS 0.31

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 57 73 83 -
CMYK 0.31 0.12 0 0.67
HSL 203.08º 0.19% 0.27% -
HSV(B) 203.08º 0.31% 0.33% -
XYZ 5.63 6.26 9.1 -
YUV 69.36 135.7 119.19 -
System Red Green Blue C M Y K H S L
Decimal 57 73 83 0.31 0.12 0 0.67 203.08 0.19 0.27
Hex 39 49 53 1F C 0 43 CB 13 1B
Octal 71 111 123 37 14 0 103 313 23 33
Binary 111001 1001001 1010011 11111 1100 0 1000011 11001011 10011 11011

Color Harmonies of #394953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394953

Black with #394953

Text Example


Text Example

White with #394953

Text Example


Text Example

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