#393A50

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

Shades of Payne's Grey #393A50

Tints of Payne's Grey #393A50

Color information

#393A50 (or 0x393A50) is unknown color: approx Payne's Grey. HEX triplet: 39, 3A and 50. RGB value is (57,58,80). Sum of RGB (Red+Green+Blue) = 57+58+80=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #393A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A50 is #C6C5AF. Grayscale: #3C3C3C. Windows color (decimal): -13026736 or 5257785. OLE color: 5257785.

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

Color convert

RGB575880-
CMYK0.290.2800.69
HSL237.39º16.79%26.86%-
HSV(B)237.39º28.75%31.37%-
XYZ4.654.488.21-
YUV60.21139.17125.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 58 (23.05% from 255) = 29.74%
BLUE value IS 80 (31.64% from 255) = 41.03%
R=29.23%
G=29.74%
B=41.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5758800.290.2800.69237.3916.7926.86
Hex393A501D1C045ed111b
Octal7172120353401053552133
Binary1110011110101010000111011110001000101111011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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