#454D52

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

Shades of Atomic #454D52

Tints of Atomic #454D52

Color information

#454D52 (or 0x454D52) is unknown color: approx Atomic. HEX triplet: 45, 4D and 52. RGB value is (69,77,82). Sum of RGB (Red+Green+Blue) = 69+77+82=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #454D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D52 is #BAB2AD. Grayscale: #4B4B4B. Windows color (decimal): -12235438 or 5393733. OLE color: 5393733.

HSL color Cylindrical-coordinate representation of color #454D52: hue angle of 203.08º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #454D52 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB697782-
CMYK0.160.0600.68
HSL203.08º8.61%29.61%-
HSV(B)203.08º15.85%32.16%-
XYZ6.637.189.02-
YUV75.18131.85123.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 77 (30.47% from 255) = 33.77%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=30.26%
G=33.77%
B=35.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6977820.160.0600.68203.088.6129.61
Hex454D52106044cb91e
Octal10511512220601043131136
Binary100010110011011010010100001100100010011001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D52; }

 p { color: rgb(69,77,82); }

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

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

 a { background-color: rgb(69,77,82); }

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

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

 span { border-color: rgb(69,77,82); }

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