#415057

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

Shades of Atomic #415057

Tints of Atomic #415057

Color information

#415057 (or 0x415057) is unknown color: approx Atomic. HEX triplet: 41, 50 and 57. RGB value is (65,80,87). Sum of RGB (Red+Green+Blue) = 65+80+87=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 87 (34.38% from 255 or 37.5% from 232); Max value from RGB is 87 - color contains mainly: blue. Hex color #415057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415057 is #BEAFA8. Grayscale: #4C4C4C. Windows color (decimal): -12496809 or 5722177. OLE color: 5722177.

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

Color convert

RGB658087-
CMYK0.250.0800.66
HSL199.09º14.47%29.8%-
HSV(B)199.09º25.29%34.12%-
XYZ6.777.5510.12-
YUV76.31134.03119.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.02%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 87 (34.38% from 255) = 37.5%
R=28.02%
G=34.48%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6580870.250.0800.66199.0914.4729.8
Hex415057198042c7e1e
Octal101120127311001023071636
Binary1000001101000010101111100110000100001011000111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415057; }

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

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

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

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

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

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

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

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