Html Css Color HEX #545478 Comet

📋 copy color: '#545478'

red 84 ◦ green 84 ◦ blue 120

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

Shades of Comet #545478

Tints of Comet #545478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 41.67%

R = 29.17%
G = 29.17%
B = 41.67%

CMYK

 C value IS 0.3

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545478 (or 0x545478) is known color: Comet. HEX triplet: 54, 54 and 78. RGB value is (84,84,120). Sum of RGB (Red+Green+Blue) = 84+84+120=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #545478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545478 is #ABAB87. Grayscale: #575757. Windows color (decimal): -11250568 or 7885908. OLE color: 7885908.

HSL color Cylindrical-coordinate representation of color #545478: 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.3%. Process color model (Four color, CMYK) of #545478 is Cyan = 0.3, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 84 120 -
CMYK 0.3 0.3 0 0.53
HSL 240º 0.18% 0.4% -
HSV(B) 240º 0.3% 0.47% -
XYZ 10.22 9.58 19.08 -
YUV 88.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 84 84 120 0.3 0.3 0 0.53 240 0.18 0.4
Hex 54 54 78 1E 1E 0 35 F0 12 28
Octal 124 124 170 36 36 0 65 360 22 50
Binary 1010100 1010100 1111000 11110 11110 0 110101 11110000 10010 101000

Color Harmonies of #545478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545478

Black with #545478

Text Example


Text Example

White with #545478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545478; }

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

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

background-color css

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

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

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

border-color css

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

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

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