Html Css Color HEX #54457B Gigas

📋 copy color: '#54457B'

red 84 ◦ green 69 ◦ blue 123

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

Shades of Gigas #54457B

Tints of Gigas #54457B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 44.57%

R = 30.43%
G = 25%
B = 44.57%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#54457B (or 0x54457B) is known color: Gigas. HEX triplet: 54, 45 and 7B. RGB value is (84,69,123). Sum of RGB (Red+Green+Blue) = 84+69+123=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #54457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54457B is #ABBA84. Grayscale: #4F4F4F. Windows color (decimal): -11254405 or 8078676. OLE color: 8078676.

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

Color convert

RGB 84 69 123 -
CMYK 0.32 0.44 0 0.52
HSL 256.67º 0.28% 0.38% -
HSV(B) 256.67º 0.44% 0.48% -
XYZ 9.36 7.57 19.71 -
YUV 79.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 84 69 123 0.32 0.44 0 0.52 256.67 0.28 0.38
Hex 54 45 7B 20 2C 0 34 101 1C 26
Octal 124 105 173 40 54 0 64 401 34 46
Binary 1010100 1000101 1111011 100000 101100 0 110100 100000001 11100 100110

Color Harmonies of #54457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54457B

Black with #54457B

Text Example


Text Example

White with #54457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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