#424C54

Color #424C54 Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #424C54

Tints of Atomic #424C54

Color information

#424C54 (or 0x424C54) is unknown color: approx Atomic. HEX triplet: 42, 4C and 54. RGB value is (66,76,84). Sum of RGB (Red+Green+Blue) = 66+76+84=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 84 - color contains mainly: blue. Hex color #424C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C54 is #BDB3AB. Grayscale: #494949. Windows color (decimal): -12432300 or 5524546. OLE color: 5524546.

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

Color convert

RGB667684-
CMYK0.210.1000.67
HSL206.67º12%29.41%-
HSV(B)206.67º21.43%32.94%-
XYZ6.436.979.39-
YUV73.92133.69122.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 76 (30.08% from 255) = 33.63%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=29.20%
G=33.63%
B=37.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6676840.210.1000.67206.671229.41
Hex424C5415A043cfc1d
Octal102114124251201033171435
Binary1000010100110010101001010110100100001111001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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