Html Css Color HEX #545671 Comet

📋 copy color: '#545671'

red 84 ◦ green 86 ◦ blue 113

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

Shades of Comet #545671

Tints of Comet #545671

RGB

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

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

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

R = 29.68%
G = 30.39%
B = 39.93%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#545671 (or 0x545671) is known color: Comet. HEX triplet: 54, 56 and 71. RGB value is (84,86,113). Sum of RGB (Red+Green+Blue) = 84+86+113=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #545671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545671 is #ABA98E. Grayscale: #585858. Windows color (decimal): -11250063 or 7427668. OLE color: 7427668.

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

Color convert

RGB 84 86 113 -
CMYK 0.26 0.24 0 0.56
HSL 235.86º 0.15% 0.39% -
HSV(B) 235.86º 0.26% 0.44% -
XYZ 9.96 9.73 16.98 -
YUV 88.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 84 86 113 0.26 0.24 0 0.56 235.86 0.15 0.39
Hex 54 56 71 1A 18 0 38 EC F 27
Octal 124 126 161 32 30 0 70 354 17 47
Binary 1010100 1010110 1110001 11010 11000 0 111000 11101100 1111 100111

Color Harmonies of #545671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545671

Black with #545671

Text Example


Text Example

White with #545671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545671; }

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

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

background-color css

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

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

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

border-color css

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

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

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