#414153

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

Shades of Payne's Grey #414153

Tints of Payne's Grey #414153

Color information

#414153 (or 0x414153) is unknown color: approx Payne's Grey. HEX triplet: 41, 41 and 53. RGB value is (65,65,83). Sum of RGB (Red+Green+Blue) = 65+65+83=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 65 (25.78% from 255 or 30.52% 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 #414153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414153 is #BEBEAC. Grayscale: #424242. Windows color (decimal): -12500653 or 5456193. OLE color: 5456193.

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

Color convert

RGB656583-
CMYK0.220.2200.67
HSL240º12.16%29.02%-
HSV(B)240º21.69%32.55%-
XYZ5.635.538.95-
YUV67.05137126.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=30.52%
G=30.52%
B=38.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6565830.220.2200.6724012.1629.02
Hex4141531616043f0c1d
Octal101101123262601033601435
Binary10000011000001101001110110101100100001111110000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414153; }

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

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

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

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

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

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

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

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