Html Css Color HEX #545476 Comet

📋 copy color: '#545476'

red 84 ◦ green 84 ◦ blue 118

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

Shades of Comet #545476

Tints of Comet #545476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 29.37%
G = 29.37%
B = 41.26%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#545476 (or 0x545476) is known color: Comet. HEX triplet: 54, 54 and 76. RGB value is (84,84,118). Sum of RGB (Red+Green+Blue) = 84+84+118=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #545476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545476 is #ABAB89. Grayscale: #575757. Windows color (decimal): -11250570 or 7754836. OLE color: 7754836.

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

Color convert

RGB 84 84 118 -
CMYK 0.29 0.29 0 0.54
HSL 240º 0.17% 0.4% -
HSV(B) 240º 0.29% 0.46% -
XYZ 10.1 9.53 18.45 -
YUV 87.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 84 84 118 0.29 0.29 0 0.54 240 0.17 0.4
Hex 54 54 76 1D 1D 0 36 F0 11 28
Octal 124 124 166 35 35 0 66 360 21 50
Binary 1010100 1010100 1110110 11101 11101 0 110110 11110000 10001 101000

Color Harmonies of #545476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545476

Black with #545476

Text Example


Text Example

White with #545476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545476; }

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

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

background-color css

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

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

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

border-color css

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

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

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