Html Css Color HEX #54468A Gigas

📋 copy color: '#54468A'

red 84 ◦ green 70 ◦ blue 138

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

Shades of Gigas #54468A

Tints of Gigas #54468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

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

R = 28.77%
G = 23.97%
B = 47.26%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#54468A (or 0x54468A) is known color: Gigas. HEX triplet: 54, 46 and 8A. RGB value is (84,70,138). Sum of RGB (Red+Green+Blue) = 84+70+138=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #54468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54468A is #ABB975. Grayscale: #515151. Windows color (decimal): -11254134 or 9061972. OLE color: 9061972.

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

Color convert

RGB 84 70 138 -
CMYK 0.39 0.49 0 0.46
HSL 252.35º 0.33% 0.41% -
HSV(B) 252.35º 0.49% 0.54% -
XYZ 10.43 8.1 25.06 -
YUV 81.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 84 70 138 0.39 0.49 0 0.46 252.35 0.33 0.41
Hex 54 46 8A 27 31 0 2E FC 21 29
Octal 124 106 212 47 61 0 56 374 41 51
Binary 1010100 1000110 10001010 100111 110001 0 101110 11111100 100001 101001

Color Harmonies of #54468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54468A

Black with #54468A

Text Example


Text Example

White with #54468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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