Html Css Color HEX #554997 Gigas

📋 copy color: '#554997'

red 85 ◦ green 73 ◦ blue 151

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

Shades of Gigas #554997

Tints of Gigas #554997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 151 (59.38% from 255) = 48.87%

R = 27.51%
G = 23.62%
B = 48.87%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#554997 (or 0x554997) is known color: Gigas. HEX triplet: 55, 49 and 97. RGB value is (85,73,151). Sum of RGB (Red+Green+Blue) = 85+73+151=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #554997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554997 is #AAB668. Grayscale: #555555. Windows color (decimal): -11187817 or 9914709. OLE color: 9914709.

HSL color Cylindrical-coordinate representation of color #554997: hue angle of 249.23º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #554997 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 73 151 -
CMYK 0.44 0.52 0 0.41
HSL 249.23º 0.35% 0.44% -
HSV(B) 249.23º 0.52% 0.59% -
XYZ 11.71 8.93 30.38 -
YUV 85.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 85 73 151 0.44 0.52 0 0.41 249.23 0.35 0.44
Hex 55 49 97 2C 34 0 29 F9 23 2C
Octal 125 111 227 54 64 0 51 371 43 54
Binary 1010101 1001001 10010111 101100 110100 0 101001 11111001 100011 101100

Color Harmonies of #554997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554997

Black with #554997

Text Example


Text Example

White with #554997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554997; }

 p { color: rgb(85,73,151); }

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

background-color css

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

 a { background-color: rgb(85,73,151); }

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

border-color css

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

 span { border-color: rgb(85,73,151); }

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