#534488

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

Shades of Gigas #534488

Tints of Gigas #534488

Color information

#534488 (or 0x534488) is unknown color: approx Gigas. HEX triplet: 53, 44 and 88. RGB value is (83,68,136). Sum of RGB (Red+Green+Blue) = 83+68+136=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #534488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534488 is #ACBB77. Grayscale: #4F4F4F. Windows color (decimal): -11320184 or 8930387. OLE color: 8930387.

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

Color convert

RGB8368136-
CMYK0.390.5000.47
HSL253.24º33.33%40%-
HSV(B)253.24º50%53.33%-
XYZ10.087.7524.26-
YUV80.24159.47129.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=28.92%
G=23.69%
B=47.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83681360.390.5000.47253.2433.3340
Hex534488273202Ffd2128
Octal12310421047620573754150
Binary1010011100010010001000100111110010010111111111101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534488; }

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

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

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

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

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

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

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

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