#54546C

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

Shades of Comet #54546C

Tints of Comet #54546C

Color information

#54546C (or 0x54546C) is unknown color: approx Comet. HEX triplet: 54, 54 and 6C. RGB value is (84,84,108). Sum of RGB (Red+Green+Blue) = 84+84+108=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #54546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54546C is #ABAB93. Grayscale: #565656. Windows color (decimal): -11250580 or 7099476. OLE color: 7099476.

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

Color convert

RGB8484108-
CMYK0.220.2200.58
HSL240º12.5%37.65%-
HSV(B)240º22.22%42.35%-
XYZ9.539.3115.48-
YUV86.74140126.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=30.43%
G=30.43%
B=39.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84841080.220.2200.5824012.537.65
Hex54546C161603Af0c26
Octal12412415426260723601446
Binary10101001010100110110010110101100111010111100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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