Html Css Color HEX #54458B Gigas

📋 copy color: '#54458B'

red 84 ◦ green 69 ◦ blue 139

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

Shades of Gigas #54458B

Tints of Gigas #54458B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 28.77%
G = 23.63%
B = 47.6%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#54458B (or 0x54458B) is known color: Gigas. HEX triplet: 54, 45 and 8B. RGB value is (84,69,139). Sum of RGB (Red+Green+Blue) = 84+69+139=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #54458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54458B is #ABBA74. Grayscale: #515151. Windows color (decimal): -11254389 or 9127252. OLE color: 9127252.

HSL color Cylindrical-coordinate representation of color #54458B: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54458B is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 84 69 139 -
CMYK 0.40 0.50 0 0.45
HSL 252.86º 0.34% 0.41% -
HSV(B) 252.86º 0.5% 0.55% -
XYZ 10.44 8.01 25.42 -
YUV 81.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 84 69 139 0.40 0.50 0 0.45 252.86 0.34 0.41
Hex 54 45 8B 28 32 0 2D FD 22 29
Octal 124 105 213 50 62 0 55 375 42 51
Binary 1010100 1000101 10001011 101000 110010 0 101101 11111101 100010 101001

Color Harmonies of #54458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54458B

Black with #54458B

Text Example


Text Example

White with #54458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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