Html Css Color HEX #545676 Comet

📋 copy color: '#545676'

red 84 ◦ green 86 ◦ blue 118

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

Shades of Comet #545676

Tints of Comet #545676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 29.17%
G = 29.86%
B = 40.97%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#545676 (or 0x545676) is known color: Comet. HEX triplet: 54, 56 and 76. RGB value is (84,86,118). Sum of RGB (Red+Green+Blue) = 84+86+118=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #545676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545676 is #ABA989. Grayscale: #585858. Windows color (decimal): -11250058 or 7755348. OLE color: 7755348.

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

Color convert

RGB 84 86 118 -
CMYK 0.29 0.27 0 0.54
HSL 236.47º 0.17% 0.4% -
HSV(B) 236.47º 0.29% 0.46% -
XYZ 10.25 9.85 18.5 -
YUV 89.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 84 86 118 0.29 0.27 0 0.54 236.47 0.17 0.4
Hex 54 56 76 1D 1B 0 36 EC 11 28
Octal 124 126 166 35 33 0 66 354 21 50
Binary 1010100 1010110 1110110 11101 11011 0 110110 11101100 10001 101000

Color Harmonies of #545676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545676

Black with #545676

Text Example


Text Example

White with #545676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545676; }

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

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

background-color css

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

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

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

border-color css

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

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

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