Html Css Color HEX #545776 Comet

📋 copy color: '#545776'

red 84 ◦ green 87 ◦ blue 118

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

Shades of Comet #545776

Tints of Comet #545776

RGB

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

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

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

R = 29.07%
G = 30.1%
B = 40.83%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#545776 (or 0x545776) is known color: Comet. HEX triplet: 54, 57 and 76. RGB value is (84,87,118). Sum of RGB (Red+Green+Blue) = 84+87+118=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #545776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545776 is #ABA889. Grayscale: #595959. Windows color (decimal): -11249802 or 7755604. OLE color: 7755604.

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

Color convert

RGB 84 87 118 -
CMYK 0.29 0.26 0 0.54
HSL 234.71º 0.17% 0.4% -
HSV(B) 234.71º 0.29% 0.46% -
XYZ 10.33 10.01 18.53 -
YUV 89.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 84 87 118 0.29 0.26 0 0.54 234.71 0.17 0.4
Hex 54 57 76 1D 1A 0 36 EB 11 28
Octal 124 127 166 35 32 0 66 353 21 50
Binary 1010100 1010111 1110110 11101 11010 0 110110 11101011 10001 101000

Color Harmonies of #545776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545776

Black with #545776

Text Example


Text Example

White with #545776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545776; }

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

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

background-color css

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

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

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

border-color css

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

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

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