Html Css Color HEX #545981 Comet

📋 copy color: '#545981'

red 84 ◦ green 89 ◦ blue 129

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

Shades of Comet #545981

Tints of Comet #545981

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

 BLUE value IS 129 (50.78% from 255) = 42.72%

R = 27.81%
G = 29.47%
B = 42.72%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#545981 (or 0x545981) is known color: Comet. HEX triplet: 54, 59 and 81. RGB value is (84,89,129). Sum of RGB (Red+Green+Blue) = 84+89+129=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 129 (50.78% from 255 or 42.72% from 302); Max value from RGB is 129 - color contains mainly: blue. Hex color #545981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545981 is #ABA67E. Grayscale: #5B5B5B. Windows color (decimal): -11249279 or 8477012. OLE color: 8477012.

HSL color Cylindrical-coordinate representation of color #545981: hue angle of 233.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #545981 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 89 129 -
CMYK 0.35 0.31 0 0.49
HSL 233.33º 0.21% 0.42% -
HSV(B) 233.33º 0.35% 0.51% -
XYZ 11.19 10.61 22.23 -
YUV 92.07 148.84 122.25 -
System Red Green Blue C M Y K H S L
Decimal 84 89 129 0.35 0.31 0 0.49 233.33 0.21 0.42
Hex 54 59 81 23 1F 0 31 E9 15 2A
Octal 124 131 201 43 37 0 61 351 25 52
Binary 1010100 1011001 10000001 100011 11111 0 110001 11101001 10101 101010

Color Harmonies of #545981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545981

Black with #545981

Text Example


Text Example

White with #545981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545981; }

 p { color: rgb(84,89,129); }

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

background-color css

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

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

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

border-color css

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

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

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