Html Css Color HEX #545479 Comet

📋 copy color: '#545479'

red 84 ◦ green 84 ◦ blue 121

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

Shades of Comet #545479

Tints of Comet #545479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.87%

R = 29.07%
G = 29.07%
B = 41.87%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545479 (or 0x545479) is known color: Comet. HEX triplet: 54, 54 and 79. RGB value is (84,84,121). Sum of RGB (Red+Green+Blue) = 84+84+121=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #545479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545479 is #ABAB86. Grayscale: #585858. Windows color (decimal): -11250567 or 7951444. OLE color: 7951444.

HSL color Cylindrical-coordinate representation of color #545479: hue angle of 240º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #545479 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 84 121 -
CMYK 0.31 0.31 0 0.53
HSL 240º 0.18% 0.4% -
HSV(B) 240º 0.31% 0.47% -
XYZ 10.28 9.61 19.4 -
YUV 88.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 84 84 121 0.31 0.31 0 0.53 240 0.18 0.4
Hex 54 54 79 1F 1F 0 35 F0 12 28
Octal 124 124 171 37 37 0 65 360 22 50
Binary 1010100 1010100 1111001 11111 11111 0 110101 11110000 10010 101000

Color Harmonies of #545479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545479

Black with #545479

Text Example


Text Example

White with #545479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545479; }

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

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

background-color css

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

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

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

border-color css

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

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

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