Html Css Color HEX #554379 Gigas

📋 copy color: '#554379'

red 85 ◦ green 67 ◦ blue 121

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

Shades of Gigas #554379

Tints of Gigas #554379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.54%

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 31.14%
G = 24.54%
B = 44.32%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#554379 (or 0x554379) is known color: Gigas. HEX triplet: 55, 43 and 79. RGB value is (85,67,121). Sum of RGB (Red+Green+Blue) = 85+67+121=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 67 (26.56% from 255 or 24.54% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #554379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554379 is #AABC86. Grayscale: #4E4E4E. Windows color (decimal): -11189383 or 7947093. OLE color: 7947093.

HSL color Cylindrical-coordinate representation of color #554379: hue angle of 260º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554379 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 67 121 -
CMYK 0.30 0.45 0 0.53
HSL 260º 0.29% 0.37% -
HSV(B) 260º 0.45% 0.47% -
XYZ 9.2 7.33 19.02 -
YUV 78.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 85 67 121 0.30 0.45 0 0.53 260 0.29 0.37
Hex 55 43 79 1E 2D 0 35 104 1D 25
Octal 125 103 171 36 55 0 65 404 35 45
Binary 1010101 1000011 1111001 11110 101101 0 110101 100000100 11101 100101

Color Harmonies of #554379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554379

Black with #554379

Text Example


Text Example

White with #554379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554379; }

 p { color: rgb(85,67,121); }

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

background-color css

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

 a { background-color: rgb(85,67,121); }

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

border-color css

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

 span { border-color: rgb(85,67,121); }

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