#454E55

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

Shades of Atomic #454E55

Tints of Atomic #454E55

Color information

#454E55 (or 0x454E55) is unknown color: approx Atomic. HEX triplet: 45, 4E and 55. RGB value is (69,78,85). Sum of RGB (Red+Green+Blue) = 69+78+85=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 85 - color contains mainly: blue. Hex color #454E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E55 is #BAB1AA. Grayscale: #4C4C4C. Windows color (decimal): -12235179 or 5590597. OLE color: 5590597.

HSL color Cylindrical-coordinate representation of color #454E55: hue angle of 206.25º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #454E55 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB697885-
CMYK0.190.0800.67
HSL206.25º10.39%30.2%-
HSV(B)206.25º18.82%33.33%-
XYZ6.827.379.66-
YUV76.11133.02122.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 78 (30.86% from 255) = 33.62%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=29.74%
G=33.62%
B=36.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6978850.190.0800.67206.2510.3930.2
Hex454E55138043cea1e
Octal105116125231001033161236
Binary1000101100111010101011001110000100001111001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,78,85); }

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

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

 a { background-color: rgb(69,78,85); }

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

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

 span { border-color: rgb(69,78,85); }

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