#54546A

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

Shades of Comet #54546A

Tints of Comet #54546A

Color information

#54546A (or 0x54546A) is unknown color: approx Comet. HEX triplet: 54, 54 and 6A. RGB value is (84,84,106). Sum of RGB (Red+Green+Blue) = 84+84+106=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 106 - color contains mainly: blue. Hex color #54546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54546A is #ABAB95. Grayscale: #565656. Windows color (decimal): -11250582 or 6968404. OLE color: 6968404.

HSL color Cylindrical-coordinate representation of color #54546A: 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 #54546A is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8484106-
CMYK0.210.2100.58
HSL240º11.58%37.25%-
HSV(B)240º20.75%41.57%-
XYZ9.439.2714.93-
YUV86.51139126.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 106 (41.80% from 255) = 38.69%
R=30.66%
G=30.66%
B=38.69%

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
Decimal84841060.210.2100.5824011.5837.25
Hex54546A151503Af0c25
Octal12412415225250723601445
Binary10101001010100110101010101101010111010111100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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