Html Css Color HEX #554993 Gigas

📋 copy color: '#554993'

red 85 ◦ green 73 ◦ blue 147

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

Shades of Gigas #554993

Tints of Gigas #554993

RGB

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

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

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

R = 27.87%
G = 23.93%
B = 48.2%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554993 (or 0x554993) is known color: Gigas. HEX triplet: 55, 49 and 93. RGB value is (85,73,147). Sum of RGB (Red+Green+Blue) = 85+73+147=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #554993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554993 is #AAB66C. Grayscale: #545454. Windows color (decimal): -11187821 or 9652565. OLE color: 9652565.

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

Color convert

RGB 85 73 147 -
CMYK 0.42 0.50 0 0.42
HSL 249.73º 0.34% 0.43% -
HSV(B) 249.73º 0.5% 0.58% -
XYZ 11.4 8.8 28.7 -
YUV 85.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 85 73 147 0.42 0.50 0 0.42 249.73 0.34 0.43
Hex 55 49 93 2A 32 0 2A FA 22 2B
Octal 125 111 223 52 62 0 52 372 42 53
Binary 1010101 1001001 10010011 101010 110010 0 101010 11111010 100010 101011

Color Harmonies of #554993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554993

Black with #554993

Text Example


Text Example

White with #554993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554993; }

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

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

background-color css

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

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

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

border-color css

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

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

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