Html Css Color HEX #545571 Comet

📋 copy color: '#545571'

red 84 ◦ green 85 ◦ blue 113

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

Shades of Comet #545571

Tints of Comet #545571

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.14%

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

R = 29.79%
G = 30.14%
B = 40.07%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545571 (or 0x545571) is known color: Comet. HEX triplet: 54, 55 and 71. RGB value is (84,85,113). Sum of RGB (Red+Green+Blue) = 84+85+113=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #545571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545571 is #ABAA8E. Grayscale: #575757. Windows color (decimal): -11250319 or 7427412. OLE color: 7427412.

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

Color convert

RGB 84 85 113 -
CMYK 0.26 0.25 0 0.56
HSL 237.93º 0.15% 0.39% -
HSV(B) 237.93º 0.26% 0.44% -
XYZ 9.89 9.57 16.95 -
YUV 87.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 84 85 113 0.26 0.25 0 0.56 237.93 0.15 0.39
Hex 54 55 71 1A 19 0 38 EE F 27
Octal 124 125 161 32 31 0 70 356 17 47
Binary 1010100 1010101 1110001 11010 11001 0 111000 11101110 1111 100111

Color Harmonies of #545571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545571

Black with #545571

Text Example


Text Example

White with #545571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545571; }

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

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

background-color css

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

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

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

border-color css

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

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

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