#393C50

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

Shades of Payne's Grey #393C50

Tints of Payne's Grey #393C50

Color information

#393C50 (or 0x393C50) is unknown color: approx Payne's Grey. HEX triplet: 39, 3C and 50. RGB value is (57,60,80). Sum of RGB (Red+Green+Blue) = 57+60+80=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #393C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C50 is #C6C3AF. Grayscale: #3D3D3D. Windows color (decimal): -13026224 or 5258297. OLE color: 5258297.

HSL color Cylindrical-coordinate representation of color #393C50: hue angle of 232.17º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #393C50 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB576080-
CMYK0.290.2500.69
HSL232.17º16.79%26.86%-
HSV(B)232.17º28.75%31.37%-
XYZ4.754.688.24-
YUV61.38138.51124.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 60 (23.83% from 255) = 30.46%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=28.93%
G=30.46%
B=40.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5760800.290.2500.69232.1716.7926.86
Hex393C501D19045e8111b
Octal7174120353101053502133
Binary1110011111001010000111011100101000101111010001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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