#393C53

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

Shades of Payne's Grey #393C53

Tints of Payne's Grey #393C53

Color information

#393C53 (or 0x393C53) is unknown color: approx Payne's Grey. HEX triplet: 39, 3C and 53. RGB value is (57,60,83). Sum of RGB (Red+Green+Blue) = 57+60+83=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #393C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C53 is #C6C3AC. Grayscale: #3D3D3D. Windows color (decimal): -13026221 or 5454905. OLE color: 5454905.

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

Color convert

RGB576083-
CMYK0.310.2800.67
HSL233.08º18.57%27.45%-
HSV(B)233.08º31.33%32.55%-
XYZ4.864.738.84-
YUV61.72140.01124.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 60 (23.83% from 255) = 30%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=28.5%
G=30%
B=41.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5760830.310.2800.67233.0818.5727.45
Hex393C531F1C043e9131b
Octal7174123373401033512333
Binary1110011111001010011111111110001000011111010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393C53; }

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

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

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

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

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

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

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

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