#545475

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

Shades of Comet #545475

Tints of Comet #545475

Color information

#545475 (or 0x545475) is unknown color: approx Comet. HEX triplet: 54, 54 and 75. RGB value is (84,84,117). Sum of RGB (Red+Green+Blue) = 84+84+117=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #545475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545475 is #ABAB8A. Grayscale: #575757. Windows color (decimal): -11250571 or 7689300. OLE color: 7689300.

HSL color Cylindrical-coordinate representation of color #545475: hue angle of 240º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #545475 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8484117-
CMYK0.280.2800.54
HSL240º16.42%39.41%-
HSV(B)240º28.21%45.88%-
XYZ10.049.5118.14-
YUV87.76144.5125.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=29.47%
G=29.47%
B=41.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84841170.280.2800.5424016.4239.41
Hex5454751C1C036f01027
Octal12412416534340663602047
Binary101010010101001110101111001110001101101111000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545475; }

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

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

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

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

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

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

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

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