#534590

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

Shades of Gigas #534590

Tints of Gigas #534590

Color information

#534590 (or 0x534590) is unknown color: approx Gigas. HEX triplet: 53, 45 and 90. RGB value is (83,69,144). Sum of RGB (Red+Green+Blue) = 83+69+144=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #534590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534590 is #ACBA6F. Grayscale: #515151. Windows color (decimal): -11319920 or 9454931. OLE color: 9454931.

HSL color Cylindrical-coordinate representation of color #534590: hue angle of 251.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #534590 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8369144-
CMYK0.420.5200.44
HSL251.2º35.21%41.76%-
HSV(B)251.2º52.08%56.47%-
XYZ10.738.1127.39-
YUV81.74163.14128.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.04%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 144 (56.64% from 255) = 48.65%
R=28.04%
G=23.31%
B=48.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83691440.420.5200.44251.235.2141.76
Hex5345902A3402Cfb232a
Octal12310522052640543734352
Binary1010011100010110010000101010110100010110011111011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534590; }

 p { color: rgb(83,69,144); }

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

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

 a { background-color: rgb(83,69,144); }

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

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

 span { border-color: rgb(83,69,144); }

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