#545470

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

Shades of Comet #545470

Tints of Comet #545470

Color information

#545470 (or 0x545470) is unknown color: approx Comet. HEX triplet: 54, 54 and 70. RGB value is (84,84,112). Sum of RGB (Red+Green+Blue) = 84+84+112=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #545470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545470 is #ABAB8F. Grayscale: #575757. Windows color (decimal): -11250576 or 7361620. OLE color: 7361620.

HSL color Cylindrical-coordinate representation of color #545470: hue angle of 240º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545470 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8484112-
CMYK0.250.2500.56
HSL240º14.29%38.43%-
HSV(B)240º25%43.92%-
XYZ9.759.416.63-
YUV87.19142125.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 112 (44.14% from 255) = 40%
R=30%
G=30%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84841120.250.2500.5624014.2938.43
Hex5454701919038f0e26
Octal12412416031310703601646
Binary10101001010100111000011001110010111000111100001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545470; }

 p { color: rgb(84,84,112); }

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

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

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

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

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

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

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