#414C54

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

Shades of Atomic #414C54

Tints of Atomic #414C54

Color information

#414C54 (or 0x414C54) is unknown color: approx Atomic. HEX triplet: 41, 4C and 54. RGB value is (65,76,84). Sum of RGB (Red+Green+Blue) = 65+76+84=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #414C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C54 is #BEB3AB. Grayscale: #494949. Windows color (decimal): -12497836 or 5524545. OLE color: 5524545.

HSL color Cylindrical-coordinate representation of color #414C54: hue angle of 205.26º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414C54 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB657684-
CMYK0.230.1000.67
HSL205.26º12.75%29.22%-
HSV(B)205.26º22.62%32.94%-
XYZ6.366.939.39-
YUV73.62133.86121.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=28.89%
G=33.78%
B=37.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6576840.230.1000.67205.2612.7529.22
Hex414C5417A043cdd1d
Octal101114124271201033151535
Binary1000001100110010101001011110100100001111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414C54; }

 p { color: rgb(65,76,84); }

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

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

 a { background-color: rgb(65,76,84); }

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

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

 span { border-color: rgb(65,76,84); }

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