#534489

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

Shades of Gigas #534489

Tints of Gigas #534489

Color information

#534489 (or 0x534489) is unknown color: approx Gigas. HEX triplet: 53, 44 and 89. RGB value is (83,68,137). Sum of RGB (Red+Green+Blue) = 83+68+137=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #534489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534489 is #ACBB76. Grayscale: #505050. Windows color (decimal): -11320183 or 8995923. OLE color: 8995923.

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

Color convert

RGB8368137-
CMYK0.390.5000.46
HSL253.04º33.66%40.2%-
HSV(B)253.04º50.36%53.73%-
XYZ10.157.7824.63-
YUV80.35159.97129.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=28.82%
G=23.61%
B=47.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83681370.390.5000.46253.0433.6640.2
Hex534489273202Efd2228
Octal12310421147620563754250
Binary1010011100010010001001100111110010010111011111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534489; }

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

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

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

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

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

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

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

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