#424352

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

Shades of Payne's Grey #424352

Tints of Payne's Grey #424352

Color information

#424352 (or 0x424352) is unknown color: approx Payne's Grey. HEX triplet: 42, 43 and 52. RGB value is (66,67,82). Sum of RGB (Red+Green+Blue) = 66+67+82=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #424352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424352 is #BDBCAD. Grayscale: #444444. Windows color (decimal): -12434606 or 5391170. OLE color: 5391170.

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

Color convert

RGB666782-
CMYK0.200.1800.68
HSL236.25º10.81%29.02%-
HSV(B)236.25º19.51%32.16%-
XYZ5.785.788.79-
YUV68.41135.67126.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 67 (26.56% from 255) = 31.16%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=30.70%
G=31.16%
B=38.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6667820.200.1800.68236.2510.8129.02
Hex4243521412044ecb1d
Octal102103122242201043541335
Binary10000101000011101001010100100100100010011101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424352; }

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

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

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

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

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

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

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

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