#534388

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

Shades of Gigas #534388

Tints of Gigas #534388

Color information

#534388 (or 0x534388) is unknown color: approx Gigas. HEX triplet: 53, 43 and 88. RGB value is (83,67,136). Sum of RGB (Red+Green+Blue) = 83+67+136=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #534388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534388 is #ACBC77. Grayscale: #4F4F4F. Windows color (decimal): -11320440 or 8930131. OLE color: 8930131.

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

Color convert

RGB8367136-
CMYK0.390.5100.47
HSL253.91º33.99%39.8%-
HSV(B)253.91º50.74%53.33%-
XYZ10.027.6324.24-
YUV79.65159.8130.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.02%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=29.02%
G=23.43%
B=47.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83671360.390.5100.47253.9133.9939.8
Hex534388273302Ffe2228
Octal12310321047630573764250
Binary1010011100001110001000100111110011010111111111110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534388; }

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

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

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

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

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

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

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

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