Html Css Color HEX #54488F Gigas

📋 copy color: '#54488F'

red 84 ◦ green 72 ◦ blue 143

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

Shades of Gigas #54488F

Tints of Gigas #54488F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

 BLUE value IS 143 (56.25% from 255) = 47.83%

R = 28.09%
G = 24.08%
B = 47.83%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#54488F (or 0x54488F) is known color: Gigas. HEX triplet: 54, 48 and 8F. RGB value is (84,72,143). Sum of RGB (Red+Green+Blue) = 84+72+143=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #54488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54488F is #ABB770. Grayscale: #535353. Windows color (decimal): -11253617 or 9390164. OLE color: 9390164.

HSL color Cylindrical-coordinate representation of color #54488F: hue angle of 250.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54488F is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 72 143 -
CMYK 0.41 0.50 0 0.44
HSL 250.14º 0.33% 0.42% -
HSV(B) 250.14º 0.5% 0.56% -
XYZ 10.93 8.5 27.05 -
YUV 83.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 84 72 143 0.41 0.50 0 0.44 250.14 0.33 0.42
Hex 54 48 8F 29 32 0 2C FA 21 2A
Octal 124 110 217 51 62 0 54 372 41 52
Binary 1010100 1001000 10001111 101001 110010 0 101100 11111010 100001 101010

Color Harmonies of #54488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54488F

Black with #54488F

Text Example


Text Example

White with #54488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54488F; }

 p { color: rgb(84,72,143); }

 H1.HeaderClassName
 {
   color: #54488F;
 }
 .AnyTagClassName
 {
   color: #54488F;
 }
</style>

background-color css

<style>
 a { background-color: #54488F; }

 a { background-color: rgb(84,72,143); }

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

border-color css

<style>
 span { border-color: #54488F; }

 span { border-color: rgb(84,72,143); }

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