Html Css Color HEX #554791 Gigas

📋 copy color: '#554791'

red 85 ◦ green 71 ◦ blue 145

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

Shades of Gigas #554791

Tints of Gigas #554791

RGB

 RED value IS 85 (33.59% from 255) = 28.24%

 GREEN value IS 71 (28.13% from 255) = 23.59%

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 28.24%
G = 23.59%
B = 48.17%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554791 (or 0x554791) is known color: Gigas. HEX triplet: 55, 47 and 91. RGB value is (85,71,145). Sum of RGB (Red+Green+Blue) = 85+71+145=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #554791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554791 is #AAB86E. Grayscale: #535353. Windows color (decimal): -11188335 or 9520981. OLE color: 9520981.

HSL color Cylindrical-coordinate representation of color #554791: hue angle of 251.35º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #554791 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 71 145 -
CMYK 0.41 0.51 0 0.43
HSL 251.35º 0.34% 0.42% -
HSV(B) 251.35º 0.51% 0.57% -
XYZ 11.11 8.48 27.84 -
YUV 83.62 162.64 128.98 -
System Red Green Blue C M Y K H S L
Decimal 85 71 145 0.41 0.51 0 0.43 251.35 0.34 0.42
Hex 55 47 91 29 33 0 2B FB 22 2A
Octal 125 107 221 51 63 0 53 373 42 52
Binary 1010101 1000111 10010001 101001 110011 0 101011 11111011 100010 101010

Color Harmonies of #554791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554791

Black with #554791

Text Example


Text Example

White with #554791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554791; }

 p { color: rgb(85,71,145); }

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

background-color css

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

 a { background-color: rgb(85,71,145); }

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

border-color css

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

 span { border-color: rgb(85,71,145); }

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