#534485

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

Shades of Gigas #534485

Tints of Gigas #534485

Color information

#534485 (or 0x534485) is unknown color: approx Gigas. HEX triplet: 53, 44 and 85. RGB value is (83,68,133). Sum of RGB (Red+Green+Blue) = 83+68+133=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #534485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534485 is #ACBB7A. Grayscale: #4F4F4F. Windows color (decimal): -11320187 or 8733779. OLE color: 8733779.

HSL color Cylindrical-coordinate representation of color #534485: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #534485 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8368133-
CMYK0.380.4900.48
HSL253.85º32.34%39.41%-
HSV(B)253.85º48.87%52.16%-
XYZ9.877.6723.15-
YUV79.9157.97130.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.23%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=29.23%
G=23.94%
B=46.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83681330.380.4900.48253.8532.3439.41
Hex5344852631030fe2027
Octal12310420546610603764047
Binary1010011100010010000101100110110001011000011111110100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534485; }

 p { color: rgb(83,68,133); }

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

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

 a { background-color: rgb(83,68,133); }

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

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

 span { border-color: rgb(83,68,133); }

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