Html Css Color HEX #424352 Payne's Grey

📋 copy color: '#424352'

red 66 ◦ green 67 ◦ blue 82

#424352
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Payne's Grey #424352

Tints of Payne's Grey #424352

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 67 (26.56% from 255) = 31.16%

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 30.7%
G = 31.16%
B = 38.14%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#424352 (or 0x424352) is known color: 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

RGB 66 67 82 -
CMYK 0.20 0.18 0 0.68
HSL 236.25º 0.11% 0.29% -
HSV(B) 236.25º 0.2% 0.32% -
XYZ 5.78 5.78 8.79 -
YUV 68.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 66 67 82 0.20 0.18 0 0.68 236.25 0.11 0.29
Hex 42 43 52 14 12 0 44 EC B 1D
Octal 102 103 122 24 22 0 104 354 13 35
Binary 1000010 1000011 1010010 10100 10010 0 1000100 11101100 1011 11101

Color Harmonies of #424352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424352

Black with #424352

Text Example


Text Example

White with #424352

Text Example


Text Example

HTML Codes & Css Web 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>