#424350

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

Shades of Payne's Grey #424350

Tints of Payne's Grey #424350

Color information

#424350 (or 0x424350) is unknown color: approx Payne's Grey. HEX triplet: 42, 43 and 50. RGB value is (66,67,80). Sum of RGB (Red+Green+Blue) = 66+67+80=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #424350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424350 is #BDBCAF. Grayscale: #444444. Windows color (decimal): -12434608 or 5260098. OLE color: 5260098.

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

Color convert

RGB666780-
CMYK0.170.1600.69
HSL235.71º9.59%28.63%-
HSV(B)235.71º17.5%31.37%-
XYZ5.75.758.4-
YUV68.18134.67126.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 67 (26.56% from 255) = 31.46%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=30.99%
G=31.46%
B=37.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6667800.170.1600.69235.719.5928.63
Hex4243501110045eca1d
Octal102103120212001053541235
Binary10000101000011101000010001100000100010111101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424350; }

 p { color: rgb(66,67,80); }

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

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

 a { background-color: rgb(66,67,80); }

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

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

 span { border-color: rgb(66,67,80); }

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