Html Css Color HEX #404153 Payne's Grey

📋 copy color: '#404153'

red 64 ◦ green 65 ◦ blue 83

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

Shades of Payne's Grey #404153

Tints of Payne's Grey #404153

RGB

 RED value IS 64 (25.39% from 255) = 30.19%

 GREEN value IS 65 (25.78% from 255) = 30.66%

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 30.19%
G = 30.66%
B = 39.15%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404153 (or 0x404153) is known color: Payne's Grey. HEX triplet: 40, 41 and 53. RGB value is (64,65,83). Sum of RGB (Red+Green+Blue) = 64+65+83=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #404153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404153 is #BFBEAC. Grayscale: #424242. Windows color (decimal): -12566189 or 5456192. OLE color: 5456192.

HSL color Cylindrical-coordinate representation of color #404153: hue angle of 236.84º 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 #404153 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 65 83 -
CMYK 0.23 0.22 0 0.67
HSL 236.84º 0.13% 0.29% -
HSV(B) 236.84º 0.23% 0.33% -
XYZ 5.57 5.5 8.95 -
YUV 66.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 64 65 83 0.23 0.22 0 0.67 236.84 0.13 0.29
Hex 40 41 53 17 16 0 43 ED D 1D
Octal 100 101 123 27 26 0 103 355 15 35
Binary 1000000 1000001 1010011 10111 10110 0 1000011 11101101 1101 11101

Color Harmonies of #404153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404153

Black with #404153

Text Example


Text Example

White with #404153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404153; }

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

 H1.HeaderClassName
 {
   color: #404153;
 }
 .AnyTagClassName
 {
   color: #404153;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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