Html Css Color HEX #54408E Gigas

📋 copy color: '#54408E'

red 84 ◦ green 64 ◦ blue 142

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

Shades of Gigas #54408E

Tints of Gigas #54408E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

 BLUE value IS 142 (55.86% from 255) = 48.97%

R = 28.97%
G = 22.07%
B = 48.97%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54408E (or 0x54408E) is known color: Gigas. HEX triplet: 54, 40 and 8E. RGB value is (84,64,142). Sum of RGB (Red+Green+Blue) = 84+64+142=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 142 (55.86% from 255 or 48.97% from 290); Max value from RGB is 142 - color contains mainly: blue. Hex color #54408E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54408E is #ABBF71. Grayscale: #4E4E4E. Windows color (decimal): -11255666 or 9322580. OLE color: 9322580.

HSL color Cylindrical-coordinate representation of color #54408E: hue angle of 255.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54408E is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 64 142 -
CMYK 0.41 0.55 0 0.44
HSL 255.38º 0.38% 0.4% -
HSV(B) 255.38º 0.55% 0.56% -
XYZ 10.37 7.5 26.49 -
YUV 78.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 84 64 142 0.41 0.55 0 0.44 255.38 0.38 0.4
Hex 54 40 8E 29 37 0 2C FF 26 28
Octal 124 100 216 51 67 0 54 377 46 50
Binary 1010100 1000000 10001110 101001 110111 0 101100 11111111 100110 101000

Color Harmonies of #54408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54408E

Black with #54408E

Text Example


Text Example

White with #54408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54408E; }

 p { color: rgb(84,64,142); }

 H1.HeaderClassName
 {
   color: #54408E;
 }
 .AnyTagClassName
 {
   color: #54408E;
 }
</style>

background-color css

<style>
 a { background-color: #54408E; }

 a { background-color: rgb(84,64,142); }

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

border-color css

<style>
 span { border-color: #54408E; }

 span { border-color: rgb(84,64,142); }

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