#534792

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

Shades of Gigas #534792

Tints of Gigas #534792

Color information

#534792 (or 0x534792) is unknown color: approx Gigas. HEX triplet: 53, 47 and 92. RGB value is (83,71,146). Sum of RGB (Red+Green+Blue) = 83+71+146=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #534792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534792 is #ACB86D. Grayscale: #525252. Windows color (decimal): -11319406 or 9586515. OLE color: 9586515.

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

Color convert

RGB8371146-
CMYK0.430.5100.43
HSL249.6º34.56%42.55%-
HSV(B)249.6º51.37%57.25%-
XYZ11.018.4228.24-
YUV83.14163.48127.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.67%
GREEN value IS 71 (28.12% from 255) = 23.67%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=27.67%
G=23.67%
B=48.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal83711460.430.5100.43249.634.5642.55
Hex5347922B3302Bfa232b
Octal12310722253630533724353
Binary1010011100011110010010101011110011010101111111010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534792; }

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

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

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

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

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

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

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

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