#545372

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

Shades of Comet #545372

Tints of Comet #545372

Color information

#545372 (or 0x545372) is unknown color: approx Comet. HEX triplet: 54, 53 and 72. RGB value is (84,83,114). Sum of RGB (Red+Green+Blue) = 84+83+114=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 114 - color contains mainly: blue. Hex color #545372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545372 is #ABAC8D. Grayscale: #565656. Windows color (decimal): -11250830 or 7492436. OLE color: 7492436.

HSL color Cylindrical-coordinate representation of color #545372: hue angle of 241.94º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #545372 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8483114-
CMYK0.260.2700.55
HSL241.94º15.74%38.63%-
HSV(B)241.94º27.19%44.71%-
XYZ9.799.2917.2-
YUV86.83143.33125.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=29.89%
G=29.54%
B=40.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84831140.260.2700.55241.9415.7438.63
Hex5453721A1B037f21027
Octal12412316232330673622047
Binary101010010100111110010110101101101101111111001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545372; }

 p { color: rgb(84,83,114); }

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

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

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

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

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

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

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