Html Css Color HEX #545682 Comet

📋 copy color: '#545682'

red 84 ◦ green 86 ◦ blue 130

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

Shades of Comet #545682

Tints of Comet #545682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 28%
G = 28.67%
B = 43.33%

CMYK

 C value IS 0.35

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#545682 (or 0x545682) is known color: Comet. HEX triplet: 54, 56 and 82. RGB value is (84,86,130). Sum of RGB (Red+Green+Blue) = 84+86+130=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #545682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545682 is #ABA97D. Grayscale: #5A5A5A. Windows color (decimal): -11250046 or 8541780. OLE color: 8541780.

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

Color convert

RGB 84 86 130 -
CMYK 0.35 0.34 0 0.49
HSL 237.39º 0.21% 0.42% -
HSV(B) 237.39º 0.35% 0.51% -
XYZ 11.01 10.15 22.5 -
YUV 90.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 84 86 130 0.35 0.34 0 0.49 237.39 0.21 0.42
Hex 54 56 82 23 22 0 31 ED 15 2A
Octal 124 126 202 43 42 0 61 355 25 52
Binary 1010100 1010110 10000010 100011 100010 0 110001 11101101 10101 101010

Color Harmonies of #545682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545682

Black with #545682

Text Example


Text Example

White with #545682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545682; }

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

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

background-color css

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

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

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

border-color css

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

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

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