Html Css Color HEX #404053 Payne's Grey

📋 copy color: '#404053'

red 64 ◦ green 64 ◦ blue 83

#404053
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Payne's Grey #404053

Tints of Payne's Grey #404053

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 value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404053 (or 0x404053) is known color: 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

RGB 64 64 83 -
CMYK 0.23 0.23 0 0.67
HSL 240º 0.13% 0.29% -
HSV(B) 240º 0.23% 0.33% -
XYZ 5.51 5.38 8.93 -
YUV 66.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 64 64 83 0.23 0.23 0 0.67 240 0.13 0.29
Hex 40 40 53 17 17 0 43 F0 D 1D
Octal 100 100 123 27 27 0 103 360 15 35
Binary 1000000 1000000 1010011 10111 10111 0 1000011 11110000 1101 11101

Color Harmonies of #404053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404053

Black with #404053

Text Example


Text Example

White with #404053

Text Example


Text Example

HTML Codes & Css Web 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>