Html Css Color HEX #424354 Payne's Grey

📋 copy color: '#424354'

red 66 ◦ green 67 ◦ blue 84

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

Shades of Payne's Grey #424354

Tints of Payne's Grey #424354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 38.71%

R = 30.41%
G = 30.88%
B = 38.71%

CMYK

 C value IS 0.21

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424354 (or 0x424354) is known color: Payne's Grey. HEX triplet: 42, 43 and 54. RGB value is (66,67,84). Sum of RGB (Red+Green+Blue) = 66+67+84=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 84 - color contains mainly: blue. Hex color #424354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424354 is #BDBCAB. Grayscale: #444444. Windows color (decimal): -12434604 or 5522242. OLE color: 5522242.

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

Color convert

RGB 66 67 84 -
CMYK 0.21 0.20 0 0.67
HSL 236.67º 0.12% 0.29% -
HSV(B) 236.67º 0.21% 0.33% -
XYZ 5.85 5.81 9.2 -
YUV 68.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 66 67 84 0.21 0.20 0 0.67 236.67 0.12 0.29
Hex 42 43 54 15 14 0 43 ED C 1D
Octal 102 103 124 25 24 0 103 355 14 35
Binary 1000010 1000011 1010100 10101 10100 0 1000011 11101101 1100 11101

Color Harmonies of #424354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424354

Black with #424354

Text Example


Text Example

White with #424354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424354; }

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

 H1.HeaderClassName
 {
   color: #424354;
 }
 .AnyTagClassName
 {
   color: #424354;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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