Html Css Color HEX #393754 Payne's Grey

📋 copy color: '#393754'

red 57 ◦ green 55 ◦ blue 84

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

Shades of Payne's Grey #393754

Tints of Payne's Grey #393754

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.06%

 BLUE value IS 84 (33.2% from 255) = 42.86%

R = 29.08%
G = 28.06%
B = 42.86%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393754 (or 0x393754) is known color: Payne's Grey. HEX triplet: 39, 37 and 54. RGB value is (57,55,84). Sum of RGB (Red+Green+Blue) = 57+55+84=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #393754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393754 is #C6C8AB. Grayscale: #3A3A3A. Windows color (decimal): -13027500 or 5519161. OLE color: 5519161.

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

Color convert

RGB 57 55 84 -
CMYK 0.32 0.35 0 0.67
HSL 244.14º 0.21% 0.27% -
HSV(B) 244.14º 0.35% 0.33% -
XYZ 4.65 4.24 8.96 -
YUV 58.9 142.16 126.64 -
System Red Green Blue C M Y K H S L
Decimal 57 55 84 0.32 0.35 0 0.67 244.14 0.21 0.27
Hex 39 37 54 20 23 0 43 F4 15 1B
Octal 71 67 124 40 43 0 103 364 25 33
Binary 111001 110111 1010100 100000 100011 0 1000011 11110100 10101 11011

Color Harmonies of #393754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393754

Black with #393754

Text Example


Text Example

White with #393754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393754; }

 p { color: rgb(57,55,84); }

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

background-color css

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

 a { background-color: rgb(57,55,84); }

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

border-color css

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

 span { border-color: rgb(57,55,84); }

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