#404053

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

Shades of Payne's Grey #404053

Tints of Payne's Grey #404053

Color information

#404053 (or 0x404053) is unknown color: approx Payne's Grey. HEX triplet: 40, 40 and 53. RGB value is (64,64,83). Sum of RGB (Red+Green+Blue) = 64+64+83=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #404053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404053 is #BFBFAC. Grayscale: #424242. Windows color (decimal): -12566445 or 5455936. OLE color: 5455936.

HSL color Cylindrical-coordinate representation of color #404053: hue angle of 240º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #404053 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646483-
CMYK0.230.2300.67
HSL240º12.93%28.82%-
HSV(B)240º22.89%32.55%-
XYZ5.515.388.93-
YUV66.17137.5126.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=30.33%
G=30.33%
B=39.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6464830.230.2300.6724012.9328.82
Hex4040531717043f0d1d
Octal100100123272701033601535
Binary10000001000000101001110111101110100001111110000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404053; }

 p { color: rgb(64,64,83); }

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

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

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

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

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

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

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