Html Css Color HEX #54546A Comet

📋 copy color: '#54546A'

red 84 ◦ green 84 ◦ blue 106

#54546A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #54546A

Tints of Comet #54546A

RGB

 RED value IS 84 (33.2% from 255) = 30.66%

 GREEN value IS 84 (33.2% from 255) = 30.66%

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 30.66%
G = 30.66%
B = 38.69%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#54546A (or 0x54546A) is known color: 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

RGB 84 84 106 -
CMYK 0.21 0.21 0 0.58
HSL 240º 0.12% 0.37% -
HSV(B) 240º 0.21% 0.42% -
XYZ 9.43 9.27 14.93 -
YUV 86.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 84 84 106 0.21 0.21 0 0.58 240 0.12 0.37
Hex 54 54 6A 15 15 0 3A F0 C 25
Octal 124 124 152 25 25 0 72 360 14 45
Binary 1010100 1010100 1101010 10101 10101 0 111010 11110000 1100 100101

Color Harmonies of #54546A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54546A

Black with #54546A

Text Example


Text Example

White with #54546A

Text Example


Text Example

HTML Codes & Css Web 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>