Html Css Color HEX #54418A Gigas

📋 copy color: '#54418A'

red 84 ◦ green 65 ◦ blue 138

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

Shades of Gigas #54418A

Tints of Gigas #54418A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 29.27%
G = 22.65%
B = 48.08%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54418A (or 0x54418A) is known color: Gigas. HEX triplet: 54, 41 and 8A. RGB value is (84,65,138). Sum of RGB (Red+Green+Blue) = 84+65+138=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #54418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54418A is #ABBE75. Grayscale: #4E4E4E. Windows color (decimal): -11255414 or 9060692. OLE color: 9060692.

HSL color Cylindrical-coordinate representation of color #54418A: hue angle of 255.62º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54418A is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 65 138 -
CMYK 0.39 0.53 0 0.46
HSL 255.62º 0.36% 0.4% -
HSV(B) 255.62º 0.53% 0.54% -
XYZ 10.13 7.5 24.96 -
YUV 79 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 84 65 138 0.39 0.53 0 0.46 255.62 0.36 0.4
Hex 54 41 8A 27 35 0 2E 100 24 28
Octal 124 101 212 47 65 0 56 400 44 50
Binary 1010100 1000001 10001010 100111 110101 0 101110 100000000 100100 101000

Color Harmonies of #54418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54418A

Black with #54418A

Text Example


Text Example

White with #54418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54418A; }

 p { color: rgb(84,65,138); }

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

background-color css

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

 a { background-color: rgb(84,65,138); }

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

border-color css

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

 span { border-color: rgb(84,65,138); }

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