Html Css Color HEX #54427A Gigas

📋 copy color: '#54427A'

red 84 ◦ green 66 ◦ blue 122

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

Shades of Gigas #54427A

Tints of Gigas #54427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.26%

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 30.88%
G = 24.26%
B = 44.85%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54427A (or 0x54427A) is known color: Gigas. HEX triplet: 54, 42 and 7A. RGB value is (84,66,122). Sum of RGB (Red+Green+Blue) = 84+66+122=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #54427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54427A is #ABBD85. Grayscale: #4D4D4D. Windows color (decimal): -11255174 or 8012372. OLE color: 8012372.

HSL color Cylindrical-coordinate representation of color #54427A: hue angle of 259.29º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54427A is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 84 66 122 -
CMYK 0.31 0.46 0 0.52
HSL 259.29º 0.3% 0.37% -
HSV(B) 259.29º 0.46% 0.48% -
XYZ 9.12 7.19 19.32 -
YUV 77.77 152.96 132.45 -
System Red Green Blue C M Y K H S L
Decimal 84 66 122 0.31 0.46 0 0.52 259.29 0.3 0.37
Hex 54 42 7A 1F 2E 0 34 103 1E 25
Octal 124 102 172 37 56 0 64 403 36 45
Binary 1010100 1000010 1111010 11111 101110 0 110100 100000011 11110 100101

Color Harmonies of #54427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54427A

Black with #54427A

Text Example


Text Example

White with #54427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,66,122); }

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

background-color css

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

 a { background-color: rgb(84,66,122); }

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

border-color css

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

 span { border-color: rgb(84,66,122); }

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