Html Css Color HEX #545373 Comet

📋 copy color: '#545373'

red 84 ◦ green 83 ◦ blue 115

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

Shades of Comet #545373

Tints of Comet #545373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.43%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 29.79%
G = 29.43%
B = 40.78%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545373 (or 0x545373) is known color: Comet. HEX triplet: 54, 53 and 73. RGB value is (84,83,115). Sum of RGB (Red+Green+Blue) = 84+83+115=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 115 - color contains mainly: blue. Hex color #545373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545373 is #ABAC8C. Grayscale: #565656. Windows color (decimal): -11250829 or 7557972. OLE color: 7557972.

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

Color convert

RGB 84 83 115 -
CMYK 0.27 0.28 0 0.55
HSL 241.88º 0.16% 0.39% -
HSV(B) 241.88º 0.28% 0.45% -
XYZ 9.84 9.31 17.5 -
YUV 86.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 84 83 115 0.27 0.28 0 0.55 241.88 0.16 0.39
Hex 54 53 73 1B 1C 0 37 F2 10 27
Octal 124 123 163 33 34 0 67 362 20 47
Binary 1010100 1010011 1110011 11011 11100 0 110111 11110010 10000 100111

Color Harmonies of #545373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545373

Black with #545373

Text Example


Text Example

White with #545373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545373; }

 p { color: rgb(84,83,115); }

 H1.HeaderClassName
 {
   color: #545373;
 }
 .AnyTagClassName
 {
   color: #545373;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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