#415159

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

Shades of Atomic #415159

Tints of Atomic #415159

Color information

#415159 (or 0x415159) is unknown color: approx Atomic. HEX triplet: 41, 51 and 59. RGB value is (65,81,89). Sum of RGB (Red+Green+Blue) = 65+81+89=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #415159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415159 is #BEAEA6. Grayscale: #4D4D4D. Windows color (decimal): -12496551 or 5853505. OLE color: 5853505.

HSL color Cylindrical-coordinate representation of color #415159: hue angle of 200º 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 #415159 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB658189-
CMYK0.270.0900.65
HSL200º15.58%30.2%-
HSV(B)200º26.97%34.9%-
XYZ6.937.7310.58-
YUV77.13134.7119.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 81 (32.03% from 255) = 34.47%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=27.66%
G=34.47%
B=37.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6581890.270.0900.6520015.5830.2
Hex4151591B9041c8101e
Octal101121131331101013102036
Binary10000011010001101100111011100101000001110010001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415159; }

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

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

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

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

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

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

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

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