#424D55

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

Shades of Atomic #424D55

Tints of Atomic #424D55

Color information

#424D55 (or 0x424D55) is unknown color: approx Atomic. HEX triplet: 42, 4D and 55. RGB value is (66,77,85). Sum of RGB (Red+Green+Blue) = 66+77+85=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: blue. Hex color #424D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D55 is #BDB2AA. Grayscale: #4A4A4A. Windows color (decimal): -12432043 or 5590338. OLE color: 5590338.

HSL color Cylindrical-coordinate representation of color #424D55: hue angle of 205.26º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #424D55 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB667785-
CMYK0.220.0900.67
HSL205.26º12.58%29.61%-
HSV(B)205.26º22.35%33.33%-
XYZ6.547.129.62-
YUV74.62133.86121.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 85 (33.59% from 255) = 37.28%
R=28.95%
G=33.77%
B=37.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6677850.220.0900.67205.2612.5829.61
Hex424D55169043cdd1e
Octal102115125261101033151536
Binary1000010100110110101011011010010100001111001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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