Html Css Color HEX #554890 Gigas

📋 copy color: '#554890'

red 85 ◦ green 72 ◦ blue 144

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

Shades of Gigas #554890

Tints of Gigas #554890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 47.84%

R = 28.24%
G = 23.92%
B = 47.84%

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

#554890 (or 0x554890) is known color: Gigas. HEX triplet: 55, 48 and 90. RGB value is (85,72,144). Sum of RGB (Red+Green+Blue) = 85+72+144=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #554890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554890 is #AAB76F. Grayscale: #535353. Windows color (decimal): -11188080 or 9455701. OLE color: 9455701.

HSL color Cylindrical-coordinate representation of color #554890: hue angle of 250.83º 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 #554890 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 72 144 -
CMYK 0.41 0.50 0 0.44
HSL 250.83º 0.33% 0.42% -
HSV(B) 250.83º 0.5% 0.56% -
XYZ 11.1 8.58 27.46 -
YUV 84.1 161.81 128.65 -
System Red Green Blue C M Y K H S L
Decimal 85 72 144 0.41 0.50 0 0.44 250.83 0.33 0.42
Hex 55 48 90 29 32 0 2C FB 21 2A
Octal 125 110 220 51 62 0 54 373 41 52
Binary 1010101 1001000 10010000 101001 110010 0 101100 11111011 100001 101010

Color Harmonies of #554890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554890

Black with #554890

Text Example


Text Example

White with #554890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554890; }

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

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

background-color css

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

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

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

border-color css

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

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

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