#393954

Color #393954 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #393954

Tints of Payne's Grey #393954

Color information

#393954 (or 0x393954) is unknown color: approx Payne's Grey. HEX triplet: 39, 39 and 54. RGB value is (57,57,84). Sum of RGB (Red+Green+Blue) = 57+57+84=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 57 (22.66% from 255 or 28.79% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #393954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393954 is #C6C6AB. Grayscale: #3B3B3B. Windows color (decimal): -13026988 or 5519673. OLE color: 5519673.

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

Color convert

RGB575784-
CMYK0.320.3200.67
HSL240º19.15%27.65%-
HSV(B)240º32.14%32.94%-
XYZ4.754.448.99-
YUV60.08141.5125.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 57 (22.66% from 255) = 28.79%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=28.79%
G=28.79%
B=42.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5757840.320.3200.6724019.1527.65
Hex3939542020043f0131c
Octal7171124404001033602334
Binary111001111001101010010000010000001000011111100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393954; }

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

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

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

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

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

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

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

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