#554185

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

Shades of Gigas #554185

Tints of Gigas #554185

Color information

#554185 (or 0x554185) is unknown color: approx Gigas. HEX triplet: 55, 41 and 85. RGB value is (85,65,133). Sum of RGB (Red+Green+Blue) = 85+65+133=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #554185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554185 is #AABE7A. Grayscale: #4E4E4E. Windows color (decimal): -11189883 or 8733013. OLE color: 8733013.

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

Color convert

RGB8565133-
CMYK0.360.5100.48
HSL257.65º34.34%38.82%-
HSV(B)257.65º51.13%52.16%-
XYZ9.877.4123.1-
YUV78.73158.63132.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=30.04%
G=22.97%
B=47.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85651330.360.5100.48257.6534.3438.82
Hex55418524330301022227
Octal12510120544630604024247
Binary10101011000001100001011001001100110110000100000010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554185; }

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

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

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

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

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

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

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

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