Html Css Color HEX #544792 Gigas

📋 copy color: '#544792'

red 84 ◦ green 71 ◦ blue 146

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

Shades of Gigas #544792

Tints of Gigas #544792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 27.91%
G = 23.59%
B = 48.5%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#544792 (or 0x544792) is known color: Gigas. HEX triplet: 54, 47 and 92. RGB value is (84,71,146). Sum of RGB (Red+Green+Blue) = 84+71+146=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #544792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544792 is #ABB86D. Grayscale: #535353. Windows color (decimal): -11253870 or 9586516. OLE color: 9586516.

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

Color convert

RGB 84 71 146 -
CMYK 0.42 0.51 0 0.43
HSL 250.4º 0.35% 0.43% -
HSV(B) 250.4º 0.51% 0.57% -
XYZ 11.1 8.47 28.24 -
YUV 83.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 84 71 146 0.42 0.51 0 0.43 250.4 0.35 0.43
Hex 54 47 92 2A 33 0 2B FA 23 2B
Octal 124 107 222 52 63 0 53 372 43 53
Binary 1010100 1000111 10010010 101010 110011 0 101011 11111010 100011 101011

Color Harmonies of #544792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544792

Black with #544792

Text Example


Text Example

White with #544792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544792; }

 p { color: rgb(84,71,146); }

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

background-color css

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

 a { background-color: rgb(84,71,146); }

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

border-color css

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

 span { border-color: rgb(84,71,146); }

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