#54546B

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

Shades of Comet #54546B

Tints of Comet #54546B

Color information

#54546B (or 0x54546B) is unknown color: approx Comet. HEX triplet: 54, 54 and 6B. RGB value is (84,84,107). Sum of RGB (Red+Green+Blue) = 84+84+107=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 107 - color contains mainly: blue. Hex color #54546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54546B is #ABAB94. Grayscale: #565656. Windows color (decimal): -11250581 or 7033940. OLE color: 7033940.

HSL color Cylindrical-coordinate representation of color #54546B: hue angle of 240º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54546B is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8484107-
CMYK0.210.2100.58
HSL240º12.04%37.45%-
HSV(B)240º21.5%41.96%-
XYZ9.489.2915.2-
YUV86.62139.5126.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=30.55%
G=30.55%
B=38.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84841070.210.2100.5824012.0437.45
Hex54546B151503Af0c25
Octal12412415325250723601445
Binary10101001010100110101110101101010111010111100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54546B; }

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

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

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

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

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

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

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

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