Html Css Color HEX #554894 Gigas

📋 copy color: '#554894'

red 85 ◦ green 72 ◦ blue 148

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

Shades of Gigas #554894

Tints of Gigas #554894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.52%

R = 27.87%
G = 23.61%
B = 48.52%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554894 (or 0x554894) is known color: Gigas. HEX triplet: 55, 48 and 94. RGB value is (85,72,148). Sum of RGB (Red+Green+Blue) = 85+72+148=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #554894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554894 is #AAB76B. Grayscale: #545454. Windows color (decimal): -11188076 or 9717845. OLE color: 9717845.

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

Color convert

RGB 85 72 148 -
CMYK 0.43 0.51 0 0.42
HSL 250.26º 0.35% 0.43% -
HSV(B) 250.26º 0.51% 0.58% -
XYZ 11.41 8.7 29.1 -
YUV 84.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 85 72 148 0.43 0.51 0 0.42 250.26 0.35 0.43
Hex 55 48 94 2B 33 0 2A FA 23 2B
Octal 125 110 224 53 63 0 52 372 43 53
Binary 1010101 1001000 10010100 101011 110011 0 101010 11111010 100011 101011

Color Harmonies of #554894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554894

Black with #554894

Text Example


Text Example

White with #554894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554894; }

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

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

background-color css

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

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

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

border-color css

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

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

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