#454C52

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

Shades of Atomic #454C52

Tints of Atomic #454C52

Color information

#454C52 (or 0x454C52) is unknown color: approx Atomic. HEX triplet: 45, 4C and 52. RGB value is (69,76,82). Sum of RGB (Red+Green+Blue) = 69+76+82=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 82 - color contains mainly: blue. Hex color #454C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454C52 is #BAB3AD. Grayscale: #4A4A4A. Windows color (decimal): -12235694 or 5393477. OLE color: 5393477.

HSL color Cylindrical-coordinate representation of color #454C52: hue angle of 207.69º 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 #454C52 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB697682-
CMYK0.160.0700.68
HSL207.69º8.61%29.61%-
HSV(B)207.69º15.85%32.16%-
XYZ6.567.049-
YUV74.59132.18124.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 82 (32.42% from 255) = 36.12%
R=30.40%
G=33.48%
B=36.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6976820.160.0700.68207.698.6129.61
Hex454C52107044d091e
Octal10511412220701043201136
Binary100010110011001010010100001110100010011010000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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