Html Css Color HEX #544587 Gigas

📋 copy color: '#544587'

red 84 ◦ green 69 ◦ blue 135

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

Shades of Gigas #544587

Tints of Gigas #544587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

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

R = 29.17%
G = 23.96%
B = 46.88%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#544587 (or 0x544587) is known color: Gigas. HEX triplet: 54, 45 and 87. RGB value is (84,69,135). Sum of RGB (Red+Green+Blue) = 84+69+135=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #544587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544587 is #ABBA78. Grayscale: #505050. Windows color (decimal): -11254393 or 8865108. OLE color: 8865108.

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

Color convert

RGB 84 69 135 -
CMYK 0.38 0.49 0 0.47
HSL 253.64º 0.32% 0.4% -
HSV(B) 253.64º 0.49% 0.53% -
XYZ 10.16 7.89 23.91 -
YUV 81.01 158.47 130.13 -
System Red Green Blue C M Y K H S L
Decimal 84 69 135 0.38 0.49 0 0.47 253.64 0.32 0.4
Hex 54 45 87 26 31 0 2F FE 20 28
Octal 124 105 207 46 61 0 57 376 40 50
Binary 1010100 1000101 10000111 100110 110001 0 101111 11111110 100000 101000

Color Harmonies of #544587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544587

Black with #544587

Text Example


Text Example

White with #544587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544587; }

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

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

background-color css

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

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

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

border-color css

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

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

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