#554995

Color #554995 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #554995

Tints of Gigas #554995

Color information

#554995 (or 0x554995) is unknown color: approx Gigas. HEX triplet: 55, 49 and 95. RGB value is (85,73,149). Sum of RGB (Red+Green+Blue) = 85+73+149=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #554995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554995 is #AAB66A. Grayscale: #545454. Windows color (decimal): -11187819 or 9783637. OLE color: 9783637.

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

Color convert

RGB8573149-
CMYK0.430.5100.42
HSL249.47º34.23%43.53%-
HSV(B)249.47º51.01%58.43%-
XYZ11.558.8729.54-
YUV85.25163.98127.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=27.69%
G=23.78%
B=48.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85731490.430.5100.42249.4734.2343.53
Hex5549952B3302Af9222c
Octal12511122553630523714254
Binary1010101100100110010101101011110011010101011111001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554995; }

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

 H1.HeaderClassName
 {
   color: #554995;
 }
 .AnyTagClassName
 {
   color: #554995;
 }
</style>
background-color css

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

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

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

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

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

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