Html Css Color HEX #54407C Gigas

📋 copy color: '#54407C'

red 84 ◦ green 64 ◦ blue 124

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

Shades of Gigas #54407C

Tints of Gigas #54407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

 BLUE value IS 124 (48.83% from 255) = 45.59%

R = 30.88%
G = 23.53%
B = 45.59%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#54407C (or 0x54407C) is known color: Gigas. HEX triplet: 54, 40 and 7C. RGB value is (84,64,124). Sum of RGB (Red+Green+Blue) = 84+64+124=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #54407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54407C is #ABBF83. Grayscale: #4C4C4C. Windows color (decimal): -11255684 or 8142932. OLE color: 8142932.

HSL color Cylindrical-coordinate representation of color #54407C: hue angle of 260º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54407C is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 64 124 -
CMYK 0.32 0.48 0 0.51
HSL 260º 0.32% 0.37% -
HSV(B) 260º 0.48% 0.49% -
XYZ 9.13 7.01 19.94 -
YUV 76.82 154.63 133.12 -
System Red Green Blue C M Y K H S L
Decimal 84 64 124 0.32 0.48 0 0.51 260 0.32 0.37
Hex 54 40 7C 20 30 0 33 104 20 25
Octal 124 100 174 40 60 0 63 404 40 45
Binary 1010100 1000000 1111100 100000 110000 0 110011 100000100 100000 100101

Color Harmonies of #54407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54407C

Black with #54407C

Text Example


Text Example

White with #54407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54407C; }

 p { color: rgb(84,64,124); }

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

background-color css

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

 a { background-color: rgb(84,64,124); }

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

border-color css

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

 span { border-color: rgb(84,64,124); }

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