#393A53

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

Shades of Payne's Grey #393A53

Tints of Payne's Grey #393A53

Color information

#393A53 (or 0x393A53) is unknown color: approx Payne's Grey. HEX triplet: 39, 3A and 53. RGB value is (57,58,83). Sum of RGB (Red+Green+Blue) = 57+58+83=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: blue. Hex color #393A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A53 is #C6C5AC. Grayscale: #3C3C3C. Windows color (decimal): -13026733 or 5454393. OLE color: 5454393.

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

Color convert

RGB575883-
CMYK0.310.3000.67
HSL237.69º18.57%27.45%-
HSV(B)237.69º31.33%32.55%-
XYZ4.764.528.81-
YUV60.55140.67125.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=28.79%
G=29.29%
B=41.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5758830.310.3000.67237.6918.5727.45
Hex393A531F1E043ee131b
Octal7172123373601033562333
Binary1110011110101010011111111111001000011111011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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