#405057

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

Shades of Atomic #405057

Tints of Atomic #405057

Color information

#405057 (or 0x405057) is unknown color: approx Atomic. HEX triplet: 40, 50 and 57. RGB value is (64,80,87). Sum of RGB (Red+Green+Blue) = 64+80+87=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 87 - color contains mainly: blue. Hex color #405057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405057 is #BFAFA8. Grayscale: #4B4B4B. Windows color (decimal): -12562345 or 5722176. OLE color: 5722176.

HSL color Cylindrical-coordinate representation of color #405057: hue angle of 198.26º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #405057 is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB648087-
CMYK0.260.0800.66
HSL198.26º15.23%29.61%-
HSV(B)198.26º26.44%34.12%-
XYZ6.77.5210.11-
YUV76.01134.2119.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=27.71%
G=34.63%
B=37.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6480870.260.0800.66198.2615.2329.61
Hex4050571A8042c6f1e
Octal100120127321001023061736
Binary1000000101000010101111101010000100001011000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405057; }

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

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

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

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

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

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

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

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