#534580

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

Shades of Gigas #534580

Tints of Gigas #534580

Color information

#534580 (or 0x534580) is unknown color: approx Gigas. HEX triplet: 53, 45 and 80. RGB value is (83,69,128). Sum of RGB (Red+Green+Blue) = 83+69+128=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #534580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534580 is #ACBA7F. Grayscale: #4F4F4F. Windows color (decimal): -11319936 or 8406355. OLE color: 8406355.

HSL color Cylindrical-coordinate representation of color #534580: hue angle of 254.24º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #534580 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8369128-
CMYK0.350.4600.50
HSL254.24º29.95%38.63%-
HSV(B)254.24º46.09%50.2%-
XYZ9.597.6521.39-
YUV79.91155.14130.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.64%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 128 (50.39% from 255) = 45.71%
R=29.64%
G=24.64%
B=45.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal83691280.350.4600.50254.2429.9538.63
Hex534580232E032fe1e27
Octal12310520043560623763647
Binary101001110001011000000010001110111001100101111111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534580; }

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

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

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

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

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

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

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

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