Html Css Color HEX #545371 Comet

📋 copy color: '#545371'

red 84 ◦ green 83 ◦ blue 113

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

Shades of Comet #545371

Tints of Comet #545371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 30%
G = 29.64%
B = 40.36%

CMYK

 C value IS 0.26

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545371 (or 0x545371) is known color: Comet. HEX triplet: 54, 53 and 71. RGB value is (84,83,113). Sum of RGB (Red+Green+Blue) = 84+83+113=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 113 - color contains mainly: blue. Hex color #545371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545371 is #ABAC8E. Grayscale: #565656. Windows color (decimal): -11250831 or 7426900. OLE color: 7426900.

HSL color Cylindrical-coordinate representation of color #545371: hue angle of 242º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #545371 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 83 113 -
CMYK 0.26 0.27 0 0.56
HSL 242º 0.15% 0.38% -
HSV(B) 242º 0.27% 0.44% -
XYZ 9.73 9.26 16.9 -
YUV 86.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 84 83 113 0.26 0.27 0 0.56 242 0.15 0.38
Hex 54 53 71 1A 1B 0 38 F2 F 26
Octal 124 123 161 32 33 0 70 362 17 46
Binary 1010100 1010011 1110001 11010 11011 0 111000 11110010 1111 100110

Color Harmonies of #545371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545371

Black with #545371

Text Example


Text Example

White with #545371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545371; }

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

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

background-color css

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

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

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

border-color css

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

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

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