#424C52

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

Shades of Atomic #424C52

Tints of Atomic #424C52

Color information

#424C52 (or 0x424C52) is unknown color: approx Atomic. HEX triplet: 42, 4C and 52. RGB value is (66,76,82). Sum of RGB (Red+Green+Blue) = 66+76+82=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #424C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C52 is #BDB3AD. Grayscale: #494949. Windows color (decimal): -12432302 or 5393474. OLE color: 5393474.

HSL color Cylindrical-coordinate representation of color #424C52: hue angle of 202.5º 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 #424C52 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB667682-
CMYK0.200.0700.68
HSL202.5º10.81%29.02%-
HSV(B)202.5º19.51%32.16%-
XYZ6.356.948.99-
YUV73.69132.69122.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 82 (32.42% from 255) = 36.61%
R=29.46%
G=33.93%
B=36.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6676820.200.0700.68202.510.8129.02
Hex424C52147044cab1d
Octal10211412224701043121335
Binary100001010011001010010101001110100010011001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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