#545681

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

Shades of Comet #545681

Tints of Comet #545681

Color information

#545681 (or 0x545681) is unknown color: approx Comet. HEX triplet: 54, 56 and 81. RGB value is (84,86,129). Sum of RGB (Red+Green+Blue) = 84+86+129=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #545681 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545681 is #ABA97E. Grayscale: #5A5A5A. Windows color (decimal): -11250047 or 8476244. OLE color: 8476244.

HSL color Cylindrical-coordinate representation of color #545681: hue angle of 237.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #545681 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8486129-
CMYK0.350.3300.49
HSL237.33º21.13%41.76%-
HSV(B)237.33º34.88%50.59%-
XYZ10.9510.1322.15-
YUV90.3149.84123.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 129 (50.78% from 255) = 43.14%
R=28.09%
G=28.76%
B=43.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84861290.350.3300.49237.3321.1341.76
Hex5456812321031ed152a
Octal12412620143410613552552
Binary101010010101101000000110001110000101100011110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545681; }

 p { color: rgb(84,86,129); }

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

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

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

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

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

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

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