Html Css Color HEX #554391 Gigas

📋 copy color: '#554391'

red 85 ◦ green 67 ◦ blue 145

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

Shades of Gigas #554391

Tints of Gigas #554391

RGB

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

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

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

R = 28.62%
G = 22.56%
B = 48.82%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#554391 (or 0x554391) is known color: Gigas. HEX triplet: 55, 43 and 91. RGB value is (85,67,145). Sum of RGB (Red+Green+Blue) = 85+67+145=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #554391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554391 is #AABC6E. Grayscale: #505050. Windows color (decimal): -11189359 or 9519957. OLE color: 9519957.

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

Color convert

RGB 85 67 145 -
CMYK 0.41 0.54 0 0.43
HSL 253.85º 0.37% 0.42% -
HSV(B) 253.85º 0.54% 0.57% -
XYZ 10.86 7.99 27.76 -
YUV 81.27 163.96 130.66 -
System Red Green Blue C M Y K H S L
Decimal 85 67 145 0.41 0.54 0 0.43 253.85 0.37 0.42
Hex 55 43 91 29 36 0 2B FE 25 2A
Octal 125 103 221 51 66 0 53 376 45 52
Binary 1010101 1000011 10010001 101001 110110 0 101011 11111110 100101 101010

Color Harmonies of #554391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554391

Black with #554391

Text Example


Text Example

White with #554391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554391; }

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

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

background-color css

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

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

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

border-color css

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

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

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