Html Css Color HEX #545477 Comet

📋 copy color: '#545477'

red 84 ◦ green 84 ◦ blue 119

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

Shades of Comet #545477

Tints of Comet #545477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.46%

R = 29.27%
G = 29.27%
B = 41.46%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545477 (or 0x545477) is known color: Comet. HEX triplet: 54, 54 and 77. RGB value is (84,84,119). Sum of RGB (Red+Green+Blue) = 84+84+119=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #545477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545477 is #ABAB88. Grayscale: #575757. Windows color (decimal): -11250569 or 7820372. OLE color: 7820372.

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

Color convert

RGB 84 84 119 -
CMYK 0.29 0.29 0 0.53
HSL 240º 0.17% 0.4% -
HSV(B) 240º 0.29% 0.47% -
XYZ 10.16 9.56 18.76 -
YUV 87.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 84 84 119 0.29 0.29 0 0.53 240 0.17 0.4
Hex 54 54 77 1D 1D 0 35 F0 11 28
Octal 124 124 167 35 35 0 65 360 21 50
Binary 1010100 1010100 1110111 11101 11101 0 110101 11110000 10001 101000

Color Harmonies of #545477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545477

Black with #545477

Text Example


Text Example

White with #545477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545477; }

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

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

background-color css

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

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

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

border-color css

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

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

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