#534285

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

Shades of Gigas #534285

Tints of Gigas #534285

Color information

#534285 (or 0x534285) is unknown color: approx Gigas. HEX triplet: 53, 42 and 85. RGB value is (83,66,133). Sum of RGB (Red+Green+Blue) = 83+66+133=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #534285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534285 is #ACBD7A. Grayscale: #4E4E4E. Windows color (decimal): -11320699 or 8733267. OLE color: 8733267.

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

Color convert

RGB8366133-
CMYK0.380.5000.48
HSL255.22º33.67%39.02%-
HSV(B)255.22º50.38%52.16%-
XYZ9.757.4323.11-
YUV78.72158.63131.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.43%
GREEN value IS 66 (26.17% from 255) = 23.40%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=29.43%
G=23.40%
B=47.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83661330.380.5000.48255.2233.6739.02
Hex5342852632030ff2227
Octal12310220546620603774247
Binary1010011100001010000101100110110010011000011111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534285; }

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

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

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

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

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

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

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

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