#534893

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

Shades of Gigas #534893

Tints of Gigas #534893

Color information

#534893 (or 0x534893) is unknown color: approx Gigas. HEX triplet: 53, 48 and 93. RGB value is (83,72,147). Sum of RGB (Red+Green+Blue) = 83+72+147=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #534893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534893 is #ACB76C. Grayscale: #535353. Windows color (decimal): -11319149 or 9652307. OLE color: 9652307.

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

Color convert

RGB8372147-
CMYK0.440.5100.42
HSL248.8º34.25%42.94%-
HSV(B)248.8º51.02%57.65%-
XYZ11.158.5828.67-
YUV83.84163.64127.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.48%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=27.48%
G=23.84%
B=48.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83721470.440.5100.42248.834.2542.94
Hex5348932C3302Af9222b
Octal12311022354630523714253
Binary1010011100100010010011101100110011010101011111001100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534893; }

 p { color: rgb(83,72,147); }

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

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

 a { background-color: rgb(83,72,147); }

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

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

 span { border-color: rgb(83,72,147); }

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