#554288

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

Shades of Gigas #554288

Tints of Gigas #554288

Color information

#554288 (or 0x554288) is unknown color: approx Gigas. HEX triplet: 55, 42 and 88. RGB value is (85,66,136). Sum of RGB (Red+Green+Blue) = 85+66+136=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #554288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554288 is #AABD77. Grayscale: #4F4F4F. Windows color (decimal): -11189624 or 8929877. OLE color: 8929877.

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

Color convert

RGB8566136-
CMYK0.380.5100.47
HSL256.29º34.65%39.61%-
HSV(B)256.29º51.47%53.33%-
XYZ10.147.6124.23-
YUV79.66159.79131.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 66 (26.17% from 255) = 23.00%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=29.62%
G=23.00%
B=47.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85661360.380.5100.47256.2934.6539.61
Hex554288263302F1002328
Octal12510221046630574004350
Binary10101011000010100010001001101100110101111100000000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554288; }

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

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

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

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

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

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

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

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