#554082

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

Shades of Gigas #554082

Tints of Gigas #554082

Color information

#554082 (or 0x554082) is unknown color: approx Gigas. HEX triplet: 55, 40 and 82. RGB value is (85,64,130). Sum of RGB (Red+Green+Blue) = 85+64+130=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #554082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554082 is #AABF7D. Grayscale: #4D4D4D. Windows color (decimal): -11190142 or 8536149. OLE color: 8536149.

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

Color convert

RGB8564130-
CMYK0.350.5100.49
HSL259.09º34.02%38.04%-
HSV(B)259.09º50.77%50.98%-
XYZ9.617.2122-
YUV77.8157.46133.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=30.47%
G=22.94%
B=46.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85641300.350.5100.49259.0934.0238.04
Hex55408223330311032226
Octal12510020243630614034246
Binary10101011000000100000101000111100110110001100000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554082; }

 p { color: rgb(85,64,130); }

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

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

 a { background-color: rgb(85,64,130); }

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

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

 span { border-color: rgb(85,64,130); }

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