#444550

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

Shades of Payne's Grey #444550

Tints of Payne's Grey #444550

Color information

#444550 (or 0x444550) is unknown color: approx Payne's Grey. HEX triplet: 44, 45 and 50. RGB value is (68,69,80). Sum of RGB (Red+Green+Blue) = 68+69+80=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #444550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444550 is #BBBAAF. Grayscale: #454545. Windows color (decimal): -12303024 or 5260612. OLE color: 5260612.

HSL color Cylindrical-coordinate representation of color #444550: hue angle of 235º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #444550 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB686980-
CMYK0.150.1400.69
HSL235º8.11%29.02%-
HSV(B)235º15%31.37%-
XYZ5.966.068.45-
YUV69.96133.67126.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=31.34%
G=31.80%
B=36.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6869800.150.1400.692358.1129.02
Hex444550FE045eb81d
Octal104105120171601053531035
Binary100010010001011010000111111100100010111101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444550; }

 p { color: rgb(68,69,80); }

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

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

 a { background-color: rgb(68,69,80); }

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

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

 span { border-color: rgb(68,69,80); }

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