Html Css Color HEX #404253 Payne's Grey

📋 copy color: '#404253'

red 64 ◦ green 66 ◦ blue 83

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

Shades of Payne's Grey #404253

Tints of Payne's Grey #404253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

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

R = 30.05%
G = 30.99%
B = 38.97%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#404253 (or 0x404253) is known color: Payne's Grey. HEX triplet: 40, 42 and 53. RGB value is (64,66,83). Sum of RGB (Red+Green+Blue) = 64+66+83=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #404253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404253 is #BFBDAC. Grayscale: #434343. Windows color (decimal): -12565933 or 5456448. OLE color: 5456448.

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

Color convert

RGB 64 66 83 -
CMYK 0.23 0.20 0 0.67
HSL 233.68º 0.13% 0.29% -
HSV(B) 233.68º 0.23% 0.33% -
XYZ 5.62 5.61 8.97 -
YUV 67.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 64 66 83 0.23 0.20 0 0.67 233.68 0.13 0.29
Hex 40 42 53 17 14 0 43 EA D 1D
Octal 100 102 123 27 24 0 103 352 15 35
Binary 1000000 1000010 1010011 10111 10100 0 1000011 11101010 1101 11101

Color Harmonies of #404253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404253

Black with #404253

Text Example


Text Example

White with #404253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404253; }

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

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

background-color css

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

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

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

border-color css

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

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

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