#424353

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

Shades of Payne's Grey #424353

Tints of Payne's Grey #424353

Color information

#424353 (or 0x424353) is unknown color: approx Payne's Grey. HEX triplet: 42, 43 and 53. RGB value is (66,67,83). Sum of RGB (Red+Green+Blue) = 66+67+83=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #424353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424353 is #BDBCAC. Grayscale: #444444. Windows color (decimal): -12434605 or 5456706. OLE color: 5456706.

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

Color convert

RGB666783-
CMYK0.200.1900.67
HSL236.47º11.41%29.22%-
HSV(B)236.47º20.48%32.55%-
XYZ5.825.89-
YUV68.53136.17126.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 67 (26.56% from 255) = 31.02%
BLUE value IS 83 (32.81% from 255) = 38.43%
R=30.56%
G=31.02%
B=38.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6667830.200.1900.67236.4711.4129.22
Hex4243531413043ecb1d
Octal102103123242301033541335
Binary10000101000011101001110100100110100001111101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424353; }

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

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

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

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

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

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

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

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