Html Css Color HEX #545573 Comet

📋 copy color: '#545573'

red 84 ◦ green 85 ◦ blue 115

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

Shades of Comet #545573

Tints of Comet #545573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.93%

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

R = 29.58%
G = 29.93%
B = 40.49%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#545573 (or 0x545573) is known color: Comet. HEX triplet: 54, 55 and 73. RGB value is (84,85,115). Sum of RGB (Red+Green+Blue) = 84+85+115=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 115 - color contains mainly: blue. Hex color #545573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545573 is #ABAA8C. Grayscale: #585858. Windows color (decimal): -11250317 or 7558484. OLE color: 7558484.

HSL color Cylindrical-coordinate representation of color #545573: hue angle of 238.06º 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 #545573 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 84 85 115 -
CMYK 0.27 0.26 0 0.55
HSL 238.06º 0.16% 0.39% -
HSV(B) 238.06º 0.27% 0.45% -
XYZ 10 9.62 17.55 -
YUV 88.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 84 85 115 0.27 0.26 0 0.55 238.06 0.16 0.39
Hex 54 55 73 1B 1A 0 37 EE 10 27
Octal 124 125 163 33 32 0 67 356 20 47
Binary 1010100 1010101 1110011 11011 11010 0 110111 11101110 10000 100111

Color Harmonies of #545573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545573

Black with #545573

Text Example


Text Example

White with #545573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545573; }

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

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

background-color css

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

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

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

border-color css

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

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

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