Html Css Color HEX #545881 Comet

📋 copy color: '#545881'

red 84 ◦ green 88 ◦ blue 129

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

Shades of Comet #545881

Tints of Comet #545881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

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

R = 27.91%
G = 29.24%
B = 42.86%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#545881 (or 0x545881) is known color: Comet. HEX triplet: 54, 58 and 81. RGB value is (84,88,129). Sum of RGB (Red+Green+Blue) = 84+88+129=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #545881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545881 is #ABA77E. Grayscale: #5B5B5B. Windows color (decimal): -11249535 or 8476756. OLE color: 8476756.

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

Color convert

RGB 84 88 129 -
CMYK 0.35 0.32 0 0.49
HSL 234.67º 0.21% 0.42% -
HSV(B) 234.67º 0.35% 0.51% -
XYZ 11.11 10.45 22.2 -
YUV 91.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 84 88 129 0.35 0.32 0 0.49 234.67 0.21 0.42
Hex 54 58 81 23 20 0 31 EB 15 2A
Octal 124 130 201 43 40 0 61 353 25 52
Binary 1010100 1011000 10000001 100011 100000 0 110001 11101011 10101 101010

Color Harmonies of #545881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545881

Black with #545881

Text Example


Text Example

White with #545881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545881; }

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

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

background-color css

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

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

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

border-color css

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

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

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