Html Css Color HEX #545781 Comet

📋 copy color: '#545781'

red 84 ◦ green 87 ◦ blue 129

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

Shades of Comet #545781

Tints of Comet #545781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29%

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

R = 28%
G = 29%
B = 43%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#545781 (or 0x545781) is known color: Comet. HEX triplet: 54, 57 and 81. RGB value is (84,87,129). Sum of RGB (Red+Green+Blue) = 84+87+129=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #545781 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545781 is #ABA87E. Grayscale: #5A5A5A. Windows color (decimal): -11249791 or 8476500. OLE color: 8476500.

HSL color Cylindrical-coordinate representation of color #545781: hue angle of 236º 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 #545781 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 87 129 -
CMYK 0.35 0.33 0 0.49
HSL 236º 0.21% 0.42% -
HSV(B) 236º 0.35% 0.51% -
XYZ 11.03 10.29 22.17 -
YUV 90.89 149.51 123.08 -
System Red Green Blue C M Y K H S L
Decimal 84 87 129 0.35 0.33 0 0.49 236 0.21 0.42
Hex 54 57 81 23 21 0 31 EC 15 2A
Octal 124 127 201 43 41 0 61 354 25 52
Binary 1010100 1010111 10000001 100011 100001 0 110001 11101100 10101 101010

Color Harmonies of #545781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545781

Black with #545781

Text Example


Text Example

White with #545781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545781; }

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

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

background-color css

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

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

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

border-color css

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

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

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