Html Css Color HEX #545473 Comet

📋 copy color: '#545473'

red 84 ◦ green 84 ◦ blue 115

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

Shades of Comet #545473

Tints of Comet #545473

RGB

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

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

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

R = 29.68%
G = 29.68%
B = 40.64%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545473 (or 0x545473) is known color: Comet. HEX triplet: 54, 54 and 73. RGB value is (84,84,115). Sum of RGB (Red+Green+Blue) = 84+84+115=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #545473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545473 is #ABAB8C. Grayscale: #575757. Windows color (decimal): -11250573 or 7558228. OLE color: 7558228.

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

Color convert

RGB 84 84 115 -
CMYK 0.27 0.27 0 0.55
HSL 240º 0.16% 0.39% -
HSV(B) 240º 0.27% 0.45% -
XYZ 9.92 9.46 17.52 -
YUV 87.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 84 84 115 0.27 0.27 0 0.55 240 0.16 0.39
Hex 54 54 73 1B 1B 0 37 F0 10 27
Octal 124 124 163 33 33 0 67 360 20 47
Binary 1010100 1010100 1110011 11011 11011 0 110111 11110000 10000 100111

Color Harmonies of #545473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545473

Black with #545473

Text Example


Text Example

White with #545473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545473; }

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

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

background-color css

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

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

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

border-color css

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

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

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