#415059

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

Shades of Atomic #415059

Tints of Atomic #415059

Color information

#415059 (or 0x415059) is unknown color: approx Atomic. HEX triplet: 41, 50 and 59. RGB value is (65,80,89). Sum of RGB (Red+Green+Blue) = 65+80+89=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #415059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415059 is #BEAFA6. Grayscale: #4C4C4C. Windows color (decimal): -12496807 or 5853249. OLE color: 5853249.

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

Color convert

RGB658089-
CMYK0.270.1000.65
HSL202.5º15.58%30.2%-
HSV(B)202.5º26.97%34.9%-
XYZ6.857.5810.55-
YUV76.54135.03119.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 89 (35.16% from 255) = 38.03%
R=27.78%
G=34.19%
B=38.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6580890.270.1000.65202.515.5830.2
Hex4150591BA041ca101e
Octal101120131331201013122036
Binary10000011010000101100111011101001000001110010101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415059; }

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

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

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

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

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

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

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

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