#554285

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

Shades of Gigas #554285

Tints of Gigas #554285

Color information

#554285 (or 0x554285) is unknown color: approx Gigas. HEX triplet: 55, 42 and 85. RGB value is (85,66,133). Sum of RGB (Red+Green+Blue) = 85+66+133=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #554285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554285 is #AABD7A. Grayscale: #4F4F4F. Windows color (decimal): -11189627 or 8733269. OLE color: 8733269.

HSL color Cylindrical-coordinate representation of color #554285: hue angle of 257.01º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #554285 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8566133-
CMYK0.360.5000.48
HSL257.01º33.67%39.02%-
HSV(B)257.01º50.38%52.16%-
XYZ9.937.5223.12-
YUV79.32158.29132.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=29.93%
G=23.24%
B=46.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85661330.360.5000.48257.0133.6739.02
Hex55428524320301012227
Octal12510220544620604014247
Binary10101011000010100001011001001100100110000100000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554285; }

 p { color: rgb(85,66,133); }

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

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

 a { background-color: rgb(85,66,133); }

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

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

 span { border-color: rgb(85,66,133); }

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