Html Css Color HEX #545377 Comet

📋 copy color: '#545377'

red 84 ◦ green 83 ◦ blue 119

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

Shades of Comet #545377

Tints of Comet #545377

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 29.37%
G = 29.02%
B = 41.61%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#545377 (or 0x545377) is known color: Comet. HEX triplet: 54, 53 and 77. RGB value is (84,83,119). Sum of RGB (Red+Green+Blue) = 84+83+119=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 119 - color contains mainly: blue. Hex color #545377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545377 is #ABAC88. Grayscale: #575757. Windows color (decimal): -11250825 or 7820116. OLE color: 7820116.

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

Color convert

RGB 84 83 119 -
CMYK 0.29 0.30 0 0.53
HSL 241.67º 0.18% 0.4% -
HSV(B) 241.67º 0.3% 0.47% -
XYZ 10.08 9.4 18.74 -
YUV 87.4 145.83 125.57 -
System Red Green Blue C M Y K H S L
Decimal 84 83 119 0.29 0.30 0 0.53 241.67 0.18 0.4
Hex 54 53 77 1D 1E 0 35 F2 12 28
Octal 124 123 167 35 36 0 65 362 22 50
Binary 1010100 1010011 1110111 11101 11110 0 110101 11110010 10010 101000

Color Harmonies of #545377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545377

Black with #545377

Text Example


Text Example

White with #545377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545377; }

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

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

background-color css

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

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

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

border-color css

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

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

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