#415058

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

Shades of Atomic #415058

Tints of Atomic #415058

Color information

#415058 (or 0x415058) is unknown color: approx Atomic. HEX triplet: 41, 50 and 58. RGB value is (65,80,88). Sum of RGB (Red+Green+Blue) = 65+80+88=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #415058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415058 is #BEAFA7. Grayscale: #4C4C4C. Windows color (decimal): -12496808 or 5787713. OLE color: 5787713.

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

Color convert

RGB658088-
CMYK0.260.0900.65
HSL200.87º15.03%30%-
HSV(B)200.87º26.14%34.51%-
XYZ6.817.5710.33-
YUV76.43134.53119.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 88 (34.77% from 255) = 37.77%
R=27.90%
G=34.33%
B=37.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6580880.260.0900.65200.8715.0330
Hex4150581A9041c9f1e
Octal101120130321101013111736
Binary1000001101000010110001101010010100000111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415058; }

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

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

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

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

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

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

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

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