Html Css Color HEX #54457A Gigas

📋 copy color: '#54457A'

red 84 ◦ green 69 ◦ blue 122

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

Shades of Gigas #54457A

Tints of Gigas #54457A

RGB

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

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

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

R = 30.55%
G = 25.09%
B = 44.36%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54457A (or 0x54457A) is known color: Gigas. HEX triplet: 54, 45 and 7A. RGB value is (84,69,122). Sum of RGB (Red+Green+Blue) = 84+69+122=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 122 (48.05% from 255 or 44.36% from 275); Max value from RGB is 122 - color contains mainly: blue. Hex color #54457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54457A is #ABBA85. Grayscale: #4F4F4F. Windows color (decimal): -11254406 or 8013140. OLE color: 8013140.

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

Color convert

RGB 84 69 122 -
CMYK 0.31 0.43 0 0.52
HSL 256.98º 0.28% 0.37% -
HSV(B) 256.98º 0.43% 0.48% -
XYZ 9.3 7.55 19.38 -
YUV 79.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 84 69 122 0.31 0.43 0 0.52 256.98 0.28 0.37
Hex 54 45 7A 1F 2B 0 34 101 1C 25
Octal 124 105 172 37 53 0 64 401 34 45
Binary 1010100 1000101 1111010 11111 101011 0 110100 100000001 11100 100101

Color Harmonies of #54457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54457A

Black with #54457A

Text Example


Text Example

White with #54457A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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