#554581

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

Shades of Gigas #554581

Tints of Gigas #554581

Color information

#554581 (or 0x554581) is unknown color: approx Gigas. HEX triplet: 55, 45 and 81. RGB value is (85,69,129). Sum of RGB (Red+Green+Blue) = 85+69+129=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #554581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554581 is #AABA7E. Grayscale: #505050. Windows color (decimal): -11188863 or 8471893. OLE color: 8471893.

HSL color Cylindrical-coordinate representation of color #554581: hue angle of 256º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554581 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8569129-
CMYK0.340.4700.49
HSL256º30.3%38.82%-
HSV(B)256º46.51%50.59%-
XYZ9.847.7721.75-
YUV80.62155.3131.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=30.04%
G=24.38%
B=45.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85691290.340.4700.4925630.338.82
Hex554581222F0311001e27
Octal12510520142570614003647
Binary1010101100010110000001100010101111011000110000000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554581; }

 p { color: rgb(85,69,129); }

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

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

 a { background-color: rgb(85,69,129); }

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

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

 span { border-color: rgb(85,69,129); }

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