Html Css Color HEX #554891 Gigas

📋 copy color: '#554891'

red 85 ◦ green 72 ◦ blue 145

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

Shades of Gigas #554891

Tints of Gigas #554891

RGB

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

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

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

R = 28.15%
G = 23.84%
B = 48.01%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554891 (or 0x554891) is known color: Gigas. HEX triplet: 55, 48 and 91. RGB value is (85,72,145). Sum of RGB (Red+Green+Blue) = 85+72+145=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #554891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554891 is #AAB76E. Grayscale: #535353. Windows color (decimal): -11188079 or 9521237. OLE color: 9521237.

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

Color convert

RGB 85 72 145 -
CMYK 0.41 0.50 0 0.43
HSL 250.68º 0.34% 0.43% -
HSV(B) 250.68º 0.5% 0.57% -
XYZ 11.17 8.61 27.86 -
YUV 84.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 85 72 145 0.41 0.50 0 0.43 250.68 0.34 0.43
Hex 55 48 91 29 32 0 2B FB 22 2B
Octal 125 110 221 51 62 0 53 373 42 53
Binary 1010101 1001000 10010001 101001 110010 0 101011 11111011 100010 101011

Color Harmonies of #554891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554891

Black with #554891

Text Example


Text Example

White with #554891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554891; }

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

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

background-color css

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

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

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

border-color css

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

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

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