Html Css Color HEX #545777 Comet

📋 copy color: '#545777'

red 84 ◦ green 87 ◦ blue 119

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

Shades of Comet #545777

Tints of Comet #545777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 28.97%
G = 30%
B = 41.03%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545777 (or 0x545777) is known color: Comet. HEX triplet: 54, 57 and 77. RGB value is (84,87,119). Sum of RGB (Red+Green+Blue) = 84+87+119=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: blue. Hex color #545777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545777 is #ABA888. Grayscale: #595959. Windows color (decimal): -11249801 or 7821140. OLE color: 7821140.

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

Color convert

RGB 84 87 119 -
CMYK 0.29 0.27 0 0.53
HSL 234.86º 0.17% 0.4% -
HSV(B) 234.86º 0.29% 0.47% -
XYZ 10.39 10.03 18.84 -
YUV 89.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 84 87 119 0.29 0.27 0 0.53 234.86 0.17 0.4
Hex 54 57 77 1D 1B 0 35 EB 11 28
Octal 124 127 167 35 33 0 65 353 21 50
Binary 1010100 1010111 1110111 11101 11011 0 110101 11101011 10001 101000

Color Harmonies of #545777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545777

Black with #545777

Text Example


Text Example

White with #545777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545777; }

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

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

background-color css

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

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

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

border-color css

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

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

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