#414B53

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

Shades of Atomic #414B53

Tints of Atomic #414B53

Color information

#414B53 (or 0x414B53) is unknown color: approx Atomic. HEX triplet: 41, 4B and 53. RGB value is (65,75,83). Sum of RGB (Red+Green+Blue) = 65+75+83=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #414B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B53 is #BEB4AC. Grayscale: #484848. Windows color (decimal): -12498093 or 5458753. OLE color: 5458753.

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

Color convert

RGB657583-
CMYK0.220.1000.67
HSL206.67º12.16%29.02%-
HSV(B)206.67º21.69%32.55%-
XYZ6.266.789.16-
YUV72.92133.69122.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 75 (29.69% from 255) = 33.63%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=29.15%
G=33.63%
B=37.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6575830.220.1000.67206.6712.1629.02
Hex414B5316A043cfc1d
Octal101113123261201033171435
Binary1000001100101110100111011010100100001111001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,75,83); }

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

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

 a { background-color: rgb(65,75,83); }

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

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

 span { border-color: rgb(65,75,83); }

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