#534182

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

Shades of Gigas #534182

Tints of Gigas #534182

Color information

#534182 (or 0x534182) is unknown color: approx Gigas. HEX triplet: 53, 41 and 82. RGB value is (83,65,130). Sum of RGB (Red+Green+Blue) = 83+65+130=278 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.86% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #534182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534182 is #ACBE7D. Grayscale: #4D4D4D. Windows color (decimal): -11320958 or 8536403. OLE color: 8536403.

HSL color Cylindrical-coordinate representation of color #534182: hue angle of 256.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #534182 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8365130-
CMYK0.360.5000.49
HSL256.62º33.33%38.24%-
HSV(B)256.62º50%50.98%-
XYZ9.497.2322.01-
YUV77.79157.46131.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.86%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=29.86%
G=23.38%
B=46.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83651300.360.5000.49256.6233.3338.24
Hex53418224320311012126
Octal12310120244620614014146
Binary10100111000001100000101001001100100110001100000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534182; }

 p { color: rgb(83,65,130); }

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

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

 a { background-color: rgb(83,65,130); }

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

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

 span { border-color: rgb(83,65,130); }

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