Html Css Color HEX #545471 Comet

📋 copy color: '#545471'

red 84 ◦ green 84 ◦ blue 113

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

Shades of Comet #545471

Tints of Comet #545471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.89%

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

R = 29.89%
G = 29.89%
B = 40.21%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545471 (or 0x545471) is known color: Comet. HEX triplet: 54, 54 and 71. RGB value is (84,84,113). Sum of RGB (Red+Green+Blue) = 84+84+113=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #545471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545471 is #ABAB8E. Grayscale: #575757. Windows color (decimal): -11250575 or 7427156. OLE color: 7427156.

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

Color convert

RGB 84 84 113 -
CMYK 0.26 0.26 0 0.56
HSL 240º 0.15% 0.39% -
HSV(B) 240º 0.26% 0.44% -
XYZ 9.81 9.42 16.92 -
YUV 87.31 142.5 125.64 -
System Red Green Blue C M Y K H S L
Decimal 84 84 113 0.26 0.26 0 0.56 240 0.15 0.39
Hex 54 54 71 1A 1A 0 38 F0 F 27
Octal 124 124 161 32 32 0 70 360 17 47
Binary 1010100 1010100 1110001 11010 11010 0 111000 11110000 1111 100111

Color Harmonies of #545471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545471

Black with #545471

Text Example


Text Example

White with #545471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545471; }

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

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

background-color css

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

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

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

border-color css

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

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

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