Html Css Color HEX #554493 Gigas

📋 copy color: '#554493'

red 85 ◦ green 68 ◦ blue 147

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

Shades of Gigas #554493

Tints of Gigas #554493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 28.33%
G = 22.67%
B = 49%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554493 (or 0x554493) is known color: Gigas. HEX triplet: 55, 44 and 93. RGB value is (85,68,147). Sum of RGB (Red+Green+Blue) = 85+68+147=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #554493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554493 is #AABB6C. Grayscale: #515151. Windows color (decimal): -11189101 or 9651285. OLE color: 9651285.

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

Color convert

RGB 85 68 147 -
CMYK 0.42 0.54 0 0.42
HSL 252.91º 0.37% 0.42% -
HSV(B) 252.91º 0.54% 0.58% -
XYZ 11.08 8.17 28.6 -
YUV 82.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 85 68 147 0.42 0.54 0 0.42 252.91 0.37 0.42
Hex 55 44 93 2A 36 0 2A FD 25 2A
Octal 125 104 223 52 66 0 52 375 45 52
Binary 1010101 1000100 10010011 101010 110110 0 101010 11111101 100101 101010

Color Harmonies of #554493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554493

Black with #554493

Text Example


Text Example

White with #554493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554493; }

 p { color: rgb(85,68,147); }

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

background-color css

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

 a { background-color: rgb(85,68,147); }

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

border-color css

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

 span { border-color: rgb(85,68,147); }

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