Html Css Color HEX #544487 Gigas

📋 copy color: '#544487'

red 84 ◦ green 68 ◦ blue 135

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

Shades of Gigas #544487

Tints of Gigas #544487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

 BLUE value IS 135 (53.13% from 255) = 47.04%

R = 29.27%
G = 23.69%
B = 47.04%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#544487 (or 0x544487) is known color: Gigas. HEX triplet: 54, 44 and 87. RGB value is (84,68,135). Sum of RGB (Red+Green+Blue) = 84+68+135=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #544487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544487 is #ABBB78. Grayscale: #505050. Windows color (decimal): -11254649 or 8864852. OLE color: 8864852.

HSL color Cylindrical-coordinate representation of color #544487: hue angle of 254.33º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #544487 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 84 68 135 -
CMYK 0.38 0.50 0 0.47
HSL 254.33º 0.33% 0.4% -
HSV(B) 254.33º 0.5% 0.53% -
XYZ 10.1 7.77 23.89 -
YUV 80.42 158.8 130.55 -
System Red Green Blue C M Y K H S L
Decimal 84 68 135 0.38 0.50 0 0.47 254.33 0.33 0.4
Hex 54 44 87 26 32 0 2F FE 21 28
Octal 124 104 207 46 62 0 57 376 41 50
Binary 1010100 1000100 10000111 100110 110010 0 101111 11111110 100001 101000

Color Harmonies of #544487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544487

Black with #544487

Text Example


Text Example

White with #544487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544487; }

 p { color: rgb(84,68,135); }

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

background-color css

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

 a { background-color: rgb(84,68,135); }

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

border-color css

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

 span { border-color: rgb(84,68,135); }

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