#414253

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

Shades of Payne's Grey #414253

Tints of Payne's Grey #414253

Color information

#414253 (or 0x414253) is unknown color: approx Payne's Grey. HEX triplet: 41, 42 and 53. RGB value is (65,66,83). Sum of RGB (Red+Green+Blue) = 65+66+83=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #414253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414253 is #BEBDAC. Grayscale: #434343. Windows color (decimal): -12500397 or 5456449. OLE color: 5456449.

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

Color convert

RGB656683-
CMYK0.220.2000.67
HSL236.67º12.16%29.02%-
HSV(B)236.67º21.69%32.55%-
XYZ5.695.648.97-
YUV67.64136.67126.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.37%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=30.37%
G=30.84%
B=38.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6566830.220.2000.67236.6712.1629.02
Hex4142531614043edc1d
Octal101102123262401033551435
Binary10000011000010101001110110101000100001111101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414253; }

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

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

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

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

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

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

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

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