#405059

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

Shades of Atomic #405059

Tints of Atomic #405059

Color information

#405059 (or 0x405059) is unknown color: approx Atomic. HEX triplet: 40, 50 and 59. RGB value is (64,80,89). Sum of RGB (Red+Green+Blue) = 64+80+89=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #405059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405059 is #BFAFA6. Grayscale: #4C4C4C. Windows color (decimal): -12562343 or 5853248. OLE color: 5853248.

HSL color Cylindrical-coordinate representation of color #405059: hue angle of 201.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #405059 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB648089-
CMYK0.280.1000.65
HSL201.6º16.34%30%-
HSV(B)201.6º28.09%34.9%-
XYZ6.797.5510.55-
YUV76.24135.2119.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=27.47%
G=34.33%
B=38.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6480890.280.1000.65201.616.3430
Hex4050591CA041ca101e
Octal100120131341201013122036
Binary10000001010000101100111100101001000001110010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405059; }

 p { color: rgb(64,80,89); }

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

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

 a { background-color: rgb(64,80,89); }

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

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

 span { border-color: rgb(64,80,89); }

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