#393B53

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

Shades of Payne's Grey #393B53

Tints of Payne's Grey #393B53

Color information

#393B53 (or 0x393B53) is unknown color: approx Payne's Grey. HEX triplet: 39, 3B and 53. RGB value is (57,59,83). Sum of RGB (Red+Green+Blue) = 57+59+83=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 59 (23.44% from 255 or 29.65% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #393B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B53 is #C6C4AC. Grayscale: #3D3D3D. Windows color (decimal): -13026477 or 5454649. OLE color: 5454649.

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

Color convert

RGB575983-
CMYK0.310.2900.67
HSL235.38º18.57%27.45%-
HSV(B)235.38º31.33%32.55%-
XYZ4.814.628.82-
YUV61.14140.34125.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 59 (23.44% from 255) = 29.65%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=28.64%
G=29.65%
B=41.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5759830.310.2900.67235.3818.5727.45
Hex393B531F1D043eb131b
Octal7173123373501033532333
Binary1110011110111010011111111110101000011111010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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