#534790

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

Shades of Gigas #534790

Tints of Gigas #534790

Color information

#534790 (or 0x534790) is unknown color: approx Gigas. HEX triplet: 53, 47 and 90. RGB value is (83,71,144). Sum of RGB (Red+Green+Blue) = 83+71+144=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #534790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534790 is #ACB86F. Grayscale: #525252. Windows color (decimal): -11319408 or 9455443. OLE color: 9455443.

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

Color convert

RGB8371144-
CMYK0.420.5100.44
HSL249.86º33.95%42.16%-
HSV(B)249.86º50.69%56.47%-
XYZ10.858.3627.43-
YUV82.91162.48128.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=27.85%
G=23.83%
B=48.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83711440.420.5100.44249.8633.9542.16
Hex5347902A3302Cfa222a
Octal12310722052630543724252
Binary1010011100011110010000101010110011010110011111010100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534790; }

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

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

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

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

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

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

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

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