Html Css Color HEX #554895 Gigas

📋 copy color: '#554895'

red 85 ◦ green 72 ◦ blue 149

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

Shades of Gigas #554895

Tints of Gigas #554895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.69%

R = 27.78%
G = 23.53%
B = 48.69%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#554895 (or 0x554895) is known color: Gigas. HEX triplet: 55, 48 and 95. RGB value is (85,72,149). Sum of RGB (Red+Green+Blue) = 85+72+149=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #554895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554895 is #AAB76A. Grayscale: #545454. Windows color (decimal): -11188075 or 9783381. OLE color: 9783381.

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

Color convert

RGB 85 72 149 -
CMYK 0.43 0.52 0 0.42
HSL 250.13º 0.35% 0.43% -
HSV(B) 250.13º 0.52% 0.58% -
XYZ 11.49 8.74 29.51 -
YUV 84.67 164.31 128.24 -
System Red Green Blue C M Y K H S L
Decimal 85 72 149 0.43 0.52 0 0.42 250.13 0.35 0.43
Hex 55 48 95 2B 34 0 2A FA 23 2B
Octal 125 110 225 53 64 0 52 372 43 53
Binary 1010101 1001000 10010101 101011 110100 0 101010 11111010 100011 101011

Color Harmonies of #554895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554895

Black with #554895

Text Example


Text Example

White with #554895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554895; }

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

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

background-color css

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

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

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

border-color css

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

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

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