#424D52

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

Shades of Atomic #424D52

Tints of Atomic #424D52

Color information

#424D52 (or 0x424D52) is unknown color: approx Atomic. HEX triplet: 42, 4D and 52. RGB value is (66,77,82). Sum of RGB (Red+Green+Blue) = 66+77+82=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #424D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D52 is #BDB2AD. Grayscale: #4A4A4A. Windows color (decimal): -12432046 or 5393730. OLE color: 5393730.

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

Color convert

RGB667782-
CMYK0.200.0600.68
HSL198.75º10.81%29.02%-
HSV(B)198.75º19.51%32.16%-
XYZ6.427.089.01-
YUV74.28132.36122.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=29.33%
G=34.22%
B=36.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6677820.200.0600.68198.7510.8129.02
Hex424D52146044c7b1d
Octal10211512224601043071335
Binary100001010011011010010101001100100010011000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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