Html Css Color HEX #424D54 Atomic

📋 copy color: '#424D54'

red 66 ◦ green 77 ◦ blue 84

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

Shades of Atomic #424D54

Tints of Atomic #424D54

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.92%

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

R = 29.07%
G = 33.92%
B = 37%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#424D54 (or 0x424D54) is known color: Atomic. HEX triplet: 42, 4D and 54. RGB value is (66,77,84). Sum of RGB (Red+Green+Blue) = 66+77+84=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #424D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D54 is #BDB2AB. Grayscale: #4A4A4A. Windows color (decimal): -12432044 or 5524802. OLE color: 5524802.

HSL color Cylindrical-coordinate representation of color #424D54: hue angle of 203.33º 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 #424D54 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 77 84 -
CMYK 0.21 0.08 0 0.67
HSL 203.33º 0.12% 0.29% -
HSV(B) 203.33º 0.21% 0.33% -
XYZ 6.5 7.11 9.42 -
YUV 74.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 66 77 84 0.21 0.08 0 0.67 203.33 0.12 0.29
Hex 42 4D 54 15 8 0 43 CB C 1D
Octal 102 115 124 25 10 0 103 313 14 35
Binary 1000010 1001101 1010100 10101 1000 0 1000011 11001011 1100 11101

Color Harmonies of #424D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D54

Black with #424D54

Text Example


Text Example

White with #424D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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