Html Css Color HEX #393853 Payne's Grey

📋 copy color: '#393853'

red 57 ◦ green 56 ◦ blue 83

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

Shades of Payne's Grey #393853

Tints of Payne's Grey #393853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.57%

 BLUE value IS 83 (32.81% from 255) = 42.35%

R = 29.08%
G = 28.57%
B = 42.35%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393853 (or 0x393853) is known color: Payne's Grey. HEX triplet: 39, 38 and 53. RGB value is (57,56,83). Sum of RGB (Red+Green+Blue) = 57+56+83=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #393853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393853 is #C6C7AC. Grayscale: #3B3B3B. Windows color (decimal): -13027245 or 5453881. OLE color: 5453881.

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

Color convert

RGB 57 56 83 -
CMYK 0.31 0.33 0 0.67
HSL 242.22º 0.19% 0.27% -
HSV(B) 242.22º 0.33% 0.33% -
XYZ 4.66 4.32 8.77 -
YUV 59.38 141.33 126.3 -
System Red Green Blue C M Y K H S L
Decimal 57 56 83 0.31 0.33 0 0.67 242.22 0.19 0.27
Hex 39 38 53 1F 21 0 43 F2 13 1B
Octal 71 70 123 37 41 0 103 362 23 33
Binary 111001 111000 1010011 11111 100001 0 1000011 11110010 10011 11011

Color Harmonies of #393853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393853

Black with #393853

Text Example


Text Example

White with #393853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393853; }

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

 H1.HeaderClassName
 {
   color: #393853;
 }
 .AnyTagClassName
 {
   color: #393853;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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