#534282

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

Shades of Gigas #534282

Tints of Gigas #534282

Color information

#534282 (or 0x534282) is unknown color: approx Gigas. HEX triplet: 53, 42 and 82. RGB value is (83,66,130). Sum of RGB (Red+Green+Blue) = 83+66+130=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #534282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534282 is #ACBD7D. Grayscale: #4E4E4E. Windows color (decimal): -11320702 or 8536659. OLE color: 8536659.

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

Color convert

RGB8366130-
CMYK0.360.4900.49
HSL255.94º32.65%38.43%-
HSV(B)255.94º49.23%50.98%-
XYZ9.547.3522.03-
YUV78.38157.13131.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.75%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=29.75%
G=23.66%
B=46.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal83661300.360.4900.49255.9432.6538.43
Hex53428224310311002126
Octal12310220244610614004146
Binary10100111000010100000101001001100010110001100000000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534282; }

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

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

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

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

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

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

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

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