#55438F

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

Shades of Gigas #55438F

Tints of Gigas #55438F

Color information

#55438F (or 0x55438F) is unknown color: approx Gigas. HEX triplet: 55, 43 and 8F. RGB value is (85,67,143). Sum of RGB (Red+Green+Blue) = 85+67+143=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 67 (26.56% from 255 or 22.71% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #55438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55438F is #AABC70. Grayscale: #505050. Windows color (decimal): -11189361 or 9388885. OLE color: 9388885.

HSL color Cylindrical-coordinate representation of color #55438F: hue angle of 254.21º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55438F is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8567143-
CMYK0.410.5300.44
HSL254.21º36.19%41.18%-
HSV(B)254.21º53.15%56.08%-
XYZ10.717.9326.95-
YUV81.05162.96130.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 67 (26.56% from 255) = 22.71%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=28.81%
G=22.71%
B=48.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85671430.410.5300.44254.2136.1941.18
Hex55438F293502Cfe2429
Octal12510321751650543764451
Binary1010101100001110001111101001110101010110011111110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55438F; }

 p { color: rgb(85,67,143); }

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

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

 a { background-color: rgb(85,67,143); }

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

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

 span { border-color: rgb(85,67,143); }

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